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:
|
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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user