Improvements to docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b4cc885103
commit
ac30bfb72b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user