Skip to content
Snippets Groups Projects
Commit 295ed497 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Don't use named volumes.

parent dc975935
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment