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

TMSS-367: Start tmss testenvironment on tmss-ua for now

In the near future TMSS on the User Acceptance environment should run
against a persistent database. For this we need to freeze our
initial migration step.
parent a038fd04
No related branches found
No related tags found
1 merge request!239Resolve TMSS-367
......@@ -20,6 +20,7 @@ services:
restart: on-failure
env_file:
- ./.env
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'
# 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'
command: bash -c 'source /opt/lofar/lofarinit.sh && ALLOWED_HOSTS=* tmss_test_environment -H 0.0.0.0 -P tmss-ua -p 8008 --data'
ports:
- "8008:8008"
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