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: .
|
|
|
|
network: host
|
2019-04-14 16:28:30 +09:00
|
|
|
image: animenotifier/notify.moe
|
|
|
|
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-18 19:06:57 +09:00
|
|
|
- "80:4000"
|
2019-04-14 19:04:08 +09:00
|
|
|
- "443:4001"
|
|
|
|
volumes:
|
2019-04-18 19:06:57 +09:00
|
|
|
- ~:/host
|