Skip to content

Commit

Permalink
AC-50 Changed db hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlowskiAdam committed Nov 11, 2023
1 parent f2a8411 commit d6ecb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/stg/stg-build-deploy-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- KEYCLOAK_ADMIN=${KEYCLOAK_ADMIN}
- KEYCLOAK_ADMIN_PASSWORD=${KEYCLOAK_PASSWORD}
- KC_DB=postgres
- KC_DB_URL=jdbc:postgresql://keycloak_db_stage:5502/keycloak-db
- KC_DB_URL=jdbc:postgresql://172.18.0.12:5502/keycloak-db
- KC_DB_USERNAME=admin
- KC_DB_PASSWORD=${KEYCLOAK_POSTGRES_PASSWORD}
- KC_PROXY=edge
Expand Down

0 comments on commit d6ecb68

Please sign in to comment.