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

Add code as volume to enable live changes.

parent 25cb9601
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@ services:
restart: always
volumes:
- /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:
depends_on:
- db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment