Skip to content

Commit

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

0 comments on commit f8c0ff4

Please sign in to comment.