Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ services: # - EXADIGIT_ROOT_PATH - EXADIGIT_DEBUG_MODE=true # - EXADIGIT_JOB_IMAGE - EXADIGIT_ALLOW_ORIGINS=["*"] - EXADIGIT_ALLOW_ORIGINS=["http://localhost:8080"] - DRUID_SERVICE_URL=http://druid-router:8888 - KAFKA_BOOTSTRAP=kafka:9092 healthcheck: Loading simulation_server/server/main.py +3 −1 Original line number Diff line number Diff line Loading @@ -131,6 +131,8 @@ if settings.allow_origins: allow_methods=["*"], allow_headers=["*"], ) if "*" not in settings.allow_origins: logger.info(f"Frontend hosted at {' '.join(settings.allow_origins)}") from .endpoints import router app.include_router(router) Loading Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,7 @@ services: # - EXADIGIT_ROOT_PATH - EXADIGIT_DEBUG_MODE=true # - EXADIGIT_JOB_IMAGE - EXADIGIT_ALLOW_ORIGINS=["*"] - EXADIGIT_ALLOW_ORIGINS=["http://localhost:8080"] - DRUID_SERVICE_URL=http://druid-router:8888 - KAFKA_BOOTSTRAP=kafka:9092 healthcheck: Loading
simulation_server/server/main.py +3 −1 Original line number Diff line number Diff line Loading @@ -131,6 +131,8 @@ if settings.allow_origins: allow_methods=["*"], allow_headers=["*"], ) if "*" not in settings.allow_origins: logger.info(f"Frontend hosted at {' '.join(settings.allow_origins)}") from .endpoints import router app.include_router(router) Loading