Skip to content

Commit

Permalink
fix db
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 29, 2024
1 parent 1437760 commit 92c8cf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ services:
KEYCLOAK_ADMIN_PASSWORD: admin

# Configure the database according to the external db configuration if needed
# KC_DB_USERNAME: keycloak
# KC_DB_PASSWORD: password
# KC_DB_DRIVER: software.amazon.jdbc.Driver
# KC_TRANSACTION_XA_ENABLED: false
# KC_DB_URL: jdbc:aws-wrapper:postgresql://postgres:5432/keycloak
KC_DB_USERNAME: keycloak
KC_DB_PASSWORD: password
KC_DB_DRIVER: software.amazon.jdbc.Driver
KC_TRANSACTION_XA_ENABLED: false
KC_DB_URL: jdbc:aws-wrapper:postgresql://postgres:5432/keycloak
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/8080' || exit 1
interval: 15s
Expand Down

0 comments on commit 92c8cf9

Please sign in to comment.