yenu/docker-compose.yml

10 lines
197 B
YAML
Raw Normal View History

2017-05-12 22:37:22 +02:00
app:
build: .
command: java -jar /yenu/app.jar
ports:
- "127.0.0.1:80:3000"
volumes:
- ./data:/yenu/data
- ./yenu.properties:/yenu/yenu.properties
- ./yenu.db:/yenu/yenu.db