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

fix stack deploy yml

parent 5336eac2
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@ version: '3'
services:
web:
depends_on:
- db
- redis
deploy:
placement:
constraints:
......@@ -17,9 +14,8 @@ services:
- 5000:5000
volumes:
- storage:/mnt/opaque
- ./logs:/home/opaque/logs
daemon:
depends_on:
- db
deploy:
placement:
constraints:
......@@ -30,6 +26,7 @@ services:
image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque_daemon:latest
volumes:
- storage:/mnt/opaque
- ./logs:/home/opaque_daemon/logs
- $HOME/.docker/config.json:/home/opaque_daemon/.docker/config.json
db:
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment