16 lines
276 B
YAML
Raw Normal View History

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