Skip to content
Snippets Groups Projects
Commit 4ae44cb9 authored by Luckeneder Marcel's avatar Luckeneder Marcel
Browse files

updated docker compose file for config file integration

parent 3fcd08aa
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ services:
image: krining
ports:
- '85:85'
volumes:
- type: bind
source: ./config.yml
target: /app/src/assets/config.yml
django:
build: ./krini-dr
image: krinidr
......@@ -14,6 +18,9 @@ services:
- type: bind
source: ./sharedStorage
target: /krinidr/datasets
- type: bind
source: ./config.yml
target: /krinidr/config.yml
command: /bin/sh -c "python manage.py migrate;python manage.py shell < create_super_user.py;python manage.py runserver 0.0.0.0:8000"
cwl:
build: ./krini-cwl
......
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