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: links:
- redis:redis - redis:redis
volumes: volumes:
- ./data:/opt/microsub - microsub-data:/opt/microsub
- ./templates:/app/templates - ./templates:/app/templates
- ./eksterd:/app/eksterd - ./eksterd:/app/eksterd
entrypoint: /app/eksterd entrypoint: /app/eksterd
command: -auth=false -port 80 -templates /app/templates command: -auth=false -port 80 -templates templates
ports: ports:
- 8089:80 - 8089:80
environment: environment:
@ -34,3 +34,4 @@ services:
volumes: volumes:
database-data: database-data:
microsub-data: