Skip to content
Snippets Groups Projects
Commit 935df1c6 authored by Auke Klazema's avatar Auke Klazema
Browse files

Merge branch 'TMSS-310' into 'master'

TMSS-310: Fix tmss-ua docker compose issues

Closes TMSS-310

See merge request !204
parents b8b796c3 1b1a5ba8
No related branches found
No related tags found
1 merge request!204TMSS-310: Fix tmss-ua docker compose issues
......@@ -7,18 +7,19 @@ services:
ports:
- 5672:5672
- 15672:15672
oidc-provider:
image: nexus.cep4.control.lofar:18080/tmss_testprovider:latest
restart: unless-stopped
hostname: oidc-provider
env_file:
- ./.env
ports:
- "8088:8088"
web:
image: nexus.cep4.control.lofar:18080/tmss_django:latest
restart: on-failure
env_file:
- ./.env
command: bash -c 'source /opt/lofar/lofarinit.sh && python3 lib/python3.6/site-packages/lofar/sas/tmss/manage.py runserver 0.0.0.0:8008'
command: bash -c 'source /opt/lofar/lofarinit.sh && python3 lib64/python3.6/site-packages/lofar/sas/tmss/manage.py runserver 0.0.0.0:8008'
ports:
- "8008:8008"
testprovider:
image: nexus.cep4.control.lofar:18080/tmss_testprovider:latest
restart: unless-stopped
env_file:
- ./.env
ports:
- "8088:8088"
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