yenu/docker-compose.yml

11 lines
201 B
YAML
Raw Normal View History

2017-05-12 22:37:22 +02:00
app:
build: .
2017-05-17 22:10:09 +02:00
environment:
TZ: "Europe/Berlin"
2017-05-12 22:37:22 +02:00
ports:
- "127.0.0.1:80:3000"
volumes:
- ./data:/yenu/data
- ./yenu.properties:/yenu/yenu.properties
- ./yenu.db:/yenu/yenu.db