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