Added docker compose file

This commit is contained in:
2019-04-09 15:22:44 +09:00
parent 7ec409a458
commit 9f33736e7e
4 changed files with 139 additions and 8 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
app:
container_name: "notify.moe"
build: .
ports:
- "443:4001"
environment:
ARN_ROOT: "/notify.moe"