Update docker-compose.yaml

change hostname to be same as service name
This commit is contained in:
Umar-37 2024-07-31 16:29:07 +03:00 committed by GitHub
parent 80d9a3c52b
commit 628ab3c3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ services:
- KC_DB=postgres
- KC_DB_USERNAME=keycloak
- KC_DB_PASSWORD=SUPERsecret
- KC_DB_URL_HOST=postgres
- KC_DB_URL_HOST=postgresql
- KC_DB_URL_PORT=5432
- KC_DB_URL_DATABASE=keycloak
- KEYCLOAK_ADMIN=admin