Change storage dir

This commit is contained in:
Patrick Jentsch
2019-12-02 11:57:08 +01:00
parent f63a850175
commit 0c55c027db
5 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ services:
ports:
- 5000:5000
volumes:
- /mnt/opaque:/mnt/opaque
- /mnt/nopaque:/mnt/nopaque
- ./app:/home/nopaque/app
- ./logs:/home/nopaque/logs
- ./migrations:/home/nopaque/migrations
@@ -29,7 +29,7 @@ services:
- web.env
image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque_daemon:latest
volumes:
- /mnt/opaque:/mnt/opaque
- /mnt/nopaque:/mnt/nopaque
- ./logs:/home/nopaqued/logs
- ../opaque_daemon/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
- ../opaque_daemon/nopaqued.py:/home/nopaqued/opaque_daemon.py
@@ -40,6 +40,6 @@ services:
env_file: db.env
image: postgres:11
volumes:
- /srv/opaque/database:/var/lib/postgresql/data
- /srv/nopaque/database:/var/lib/postgresql/data
redis:
image: redis:5