Improvements to docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-06-01 00:51:44 +02:00
parent b4cc885103
commit ac30bfb72b
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -19,11 +19,11 @@ services:
links:
- redis:redis
volumes:
- ./data:/opt/microsub
- microsub-data:/opt/microsub
- ./templates:/app/templates
- ./eksterd:/app/eksterd
entrypoint: /app/eksterd
command: -auth=false -port 80 -templates /app/templates
command: -auth=false -port 80 -templates templates
ports:
- 8089:80
environment:
@ -34,3 +34,4 @@ services:
volumes:
database-data:
microsub-data: