Update docker-compose.yaml

This commit is contained in:
mofelee 2024-02-14 16:16:57 +08:00 committed by GitHub
parent b49f5dc82d
commit 393ebaf47d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,10 +23,12 @@ services:
- KC_HOSTNAME=keycloak.jimsgarage.co.uk - KC_HOSTNAME=keycloak.jimsgarage.co.uk
- KC_PROXY=edge - KC_PROXY=edge
- KC_HTTP_ENABLED=true - KC_HTTP_ENABLED=true
- DB=keycloak - KC_DB=postgres
- DB_URL='jdbc:postgresql://postgres:5432/postgresql?ssl=allow' - KC_DB_USERNAME=keycloak
- DB_USERNAME=keycloak - KC_DB_PASSWORD=SUPERsecret
- DB_PASSWORD=SUPERsecret - KC_DB_URL_HOST=postgres
- KC_DB_URL_PORT=5432
- KC_DB_URL_DATABASE=keycloak
- KEYCLOAK_ADMIN=admin - KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=password - KEYCLOAK_ADMIN_PASSWORD=password
networks: networks: