mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
c7aae83438
@ -40,13 +40,10 @@ services:
|
|||||||
env_file: db.env
|
env_file: db.env
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data
|
- /opaque_database:/var/lib/postgresql/data
|
||||||
redis:
|
redis:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
||||||
volumes:
|
|
||||||
db:
|
|
||||||
|
Loading…
Reference in New Issue
Block a user