mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Add code as volume to enable live changes.
This commit is contained in:
parent
25cb960198
commit
94a1c61a0f
@ -14,6 +14,10 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opaque_storage:/opaque_storage
|
- /opaque_storage:/opaque_storage
|
||||||
|
- ./app:/home/opaque/app
|
||||||
|
- ./config.py:/home/opaque/config.py
|
||||||
|
- ./migrations:/home/opaque/migrations
|
||||||
|
- ./opaque.py:/home/opaque/opaque.py
|
||||||
daemon:
|
daemon:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
Loading…
Reference in New Issue
Block a user