2019-04-18 19:06:57 +09:00
|
|
|
version: "3.4"
|
2019-04-09 15:22:44 +09:00
|
|
|
services:
|
2019-04-09 17:49:05 +09:00
|
|
|
notify.moe:
|
2019-04-18 19:06:57 +09:00
|
|
|
build:
|
|
|
|
context: .
|
2019-04-19 19:00:41 +09:00
|
|
|
dockerfile: docker/development.Dockerfile
|
2019-04-18 19:06:57 +09:00
|
|
|
network: host
|
2019-04-14 16:28:30 +09:00
|
|
|
image: animenotifier/notify.moe
|
2019-04-18 19:29:33 +09:00
|
|
|
hostname: docker
|
2019-04-14 16:28:30 +09:00
|
|
|
stdin_open: true
|
|
|
|
tty: true
|
2019-04-17 22:07:04 +09:00
|
|
|
network_mode: host
|
2019-04-09 15:22:44 +09:00
|
|
|
ports:
|
2019-04-14 19:04:08 +09:00
|
|
|
- "443:4001"
|
|
|
|
volumes:
|
2019-04-18 19:29:33 +09:00
|
|
|
- ~:/my
|