File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ services:
8686 api :
8787 image : ${IMAGE_REPO:-lagoon}/api:${IMAGE_REPO_API_TAG:-${IMAGE_REPO_TAG:-latest}}
8888 environment :
89- - KEYCLOAK_FRONTEND_URL=http://localhost:8088/auth
89+ - KEYCLOAK_FRONTEND_URL=${KEYCLOAK_FRONTEND_URL:- http://localhost:8088/auth}
9090 - NODE_ENV=development
9191 - OPENSEARCH_INTEGRATION_ENABLED=false
9292 - DISABLE_CORE_HARBOR=true
@@ -120,7 +120,7 @@ services:
120120 # always pull the image to prevent stale images locally
121121 pull_policy : always
122122 environment :
123- - KEYCLOAK_API=http://localhost:8088/auth
123+ - KEYCLOAK_API=${KEYCLOAK_FRONTEND_URL:- http://localhost:8088/auth}
124124 - GRAPHQL_API=http://localhost:3000/graphql
125125 ports :
126126 - ' 8888:3000'
@@ -159,7 +159,7 @@ services:
159159 ports :
160160 - ' 8088:8080'
161161 environment :
162- - KEYCLOAK_FRONTEND_URL=http://localhost:8088/auth/
162+ - KEYCLOAK_FRONTEND_URL=${KEYCLOAK_FRONTEND_URL:- http://localhost:8088/auth}
163163164164 # Uncomment for local new relic tracking
165165 # - NEW_RELIC_LICENSE_KEY=
You can’t perform that action at this time.
0 commit comments