mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Use Posgres 11... It seems like there are some incompatibilities
This commit is contained in:
parent
313a784766
commit
8158c742d9
@ -43,7 +43,7 @@ services:
|
|||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
env_file: db.env
|
env_file: db.env
|
||||||
image: postgres:alpine
|
image: postgres:11-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/opaque/database:/var/lib/postgresql/data
|
- /srv/opaque/database:/var/lib/postgresql/data
|
||||||
redis:
|
redis:
|
||||||
|
Loading…
Reference in New Issue
Block a user