Use Posgres 11... It seems like there are some incompatibilities

This commit is contained in:
Patrick Jentsch 2019-10-15 15:14:06 +02:00
parent 313a784766
commit 8158c742d9

View File

@ -43,7 +43,7 @@ services:
constraints:
- node.role == manager
env_file: db.env
image: postgres:alpine
image: postgres:11-alpine
volumes:
- /srv/opaque/database:/var/lib/postgresql/data
redis: