Skip to content

Commit 3996dfb

Browse files
committed
chore: add 3993
1 parent 713f31b commit 3996dfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}
163163
164164
# Uncomment for local new relic tracking
165165
# - NEW_RELIC_LICENSE_KEY=

0 commit comments

Comments
 (0)