Use new image pstuifzand/ekster
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- Don't add current directory as volume
This commit is contained in:
parent
44565dd392
commit
8b2f600259
|
|
@ -4,12 +4,11 @@ services:
|
||||||
image: "redis:5"
|
image: "redis:5"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: "pstuifzand/eksterd:alpine"
|
image: "pstuifzand/ekster:alpine"
|
||||||
working_dir: /opt/microsub
|
working_dir: /opt/microsub
|
||||||
links:
|
links:
|
||||||
- redis:redis
|
- redis:redis
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app:ro
|
|
||||||
- ./data:/opt/microsub
|
- ./data:/opt/microsub
|
||||||
entrypoint: /app/eksterd
|
entrypoint: /app/eksterd
|
||||||
command: -auth=false -port 80 -templates /app/templates
|
command: -auth=false -port 80 -templates /app/templates
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user