16 lines
276 B
YAML

version: "3.4"
services:
notify.moe:
build:
context: .
network: host
image: animenotifier/notify.moe
hostname: docker
stdin_open: true
tty: true
network_mode: host
ports:
- "80:4000"
- "443:4001"
volumes:
- ~:/my