Back to full blown debian base images as they seem to be more reliable.

This commit is contained in:
Patrick Jentsch 2019-11-29 15:19:25 +01:00
parent 6db99cfba5
commit 6317a479f5

View File

@ -38,8 +38,8 @@ services:
- $HOME/.docker/config.json:/home/opaque_daemon/.docker/config.json
db:
env_file: db.env
image: postgres:11-alpine
image: postgres:11
volumes:
- /srv/opaque/database:/var/lib/postgresql/data
redis:
image: redis:alpine
image: redis:5