Fixed task store base url

This commit is contained in:
Patrick Skowronek 2022-10-31 15:30:32 +01:00
parent 3f5463318d
commit fc3198d22c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
image: "samply/blaze:0.18" image: "samply/blaze:0.18"
container_name: bridgehead-task-store container_name: bridgehead-task-store
environment: environment:
BASE_URL: "http://localhost:8083" BASE_URL: "http://bridgehead-task-store:8080"
JAVA_TOOL_OPTIONS: "-Xmx1g" JAVA_TOOL_OPTIONS: "-Xmx1g"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
volumes: volumes:
@ -17,7 +17,7 @@ services:
image: "samply/report-hub:latest" image: "samply/report-hub:latest"
container_name: bridgehead-report-hub container_name: bridgehead-report-hub
environment: environment:
BASE_URL: "http://ccp-task-store:8080" BASE_URL: "http://bridgehead-report-hub:8080"
JAVA_TOOL_OPTIONS: "-Xmx1g" JAVA_TOOL_OPTIONS: "-Xmx1g"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
PROXY_ID: "report-hub.${PROXY_ID}" PROXY_ID: "report-hub.${PROXY_ID}"