Use new image pstuifzand/ekster
All checks were successful
continuous-integration/drone/push Build is passing

- Don't add current directory as volume
This commit is contained in:
Peter Stuifzand 2019-08-07 00:48:52 +02:00
parent 44565dd392
commit 8b2f600259
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -4,12 +4,11 @@ services:
image: "redis:5"
web:
image: "pstuifzand/eksterd:alpine"
image: "pstuifzand/ekster:alpine"
working_dir: /opt/microsub
links:
- redis:redis
volumes:
- .:/app:ro
- ./data:/opt/microsub
entrypoint: /app/eksterd
command: -auth=false -port 80 -templates /app/templates