9 lines
150 B
YAML
9 lines
150 B
YAML
version: "3"
|
|
services:
|
|
notify.moe:
|
|
build: .
|
|
image: animenotifier/notify.moe
|
|
stdin_open: true
|
|
tty: true
|
|
ports:
|
|
- "443:4001" |