12 lines
225 B
YAML

version: "3"
services:
notify.moe:
build: .
image: animenotifier/notify.moe
stdin_open: true
tty: true
network_mode: bridge
ports:
- "443:4001"
volumes:
- .:/home/developer/notify.moe