Docker config is now in its own repository

This commit is contained in:
2019-04-19 19:00:41 +09:00
parent ada588c739
commit a1c3ca029d
5 changed files with 61 additions and 37 deletions

View File

@ -3,6 +3,7 @@ services:
notify.moe:
build:
context: .
dockerfile: docker/development.Dockerfile
network: host
image: animenotifier/notify.moe
hostname: docker
@ -10,7 +11,6 @@ services:
tty: true
network_mode: host
ports:
- "80:4000"
- "443:4001"
volumes:
- ~:/my