yenu/docker-compose.yml

11 lines
201 B
YAML

app:
build: .
environment:
TZ: "Europe/Berlin"
ports:
- "127.0.0.1:80:3000"
volumes:
- ./data:/yenu/data
- ./yenu.properties:/yenu/yenu.properties
- ./yenu.db:/yenu/yenu.db