bump version + some vars changes for consistancy + add KC_PROXY_HEADERS
This commit is contained in:
parent
4ce8ce15f8
commit
a17e2461e5
1 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
keycloak_compose_dir: '/srv/keycloak-compose'
|
||||
keycloak_image: 'quay.io/keycloak/keycloak'
|
||||
keycloak_version: '25.0.1'
|
||||
keycloak_version: '25.0.2'
|
||||
keycloak_command: '"start-dev"' # set to "start" to run in production mode
|
||||
keycloak_db_name: 'keycloak'
|
||||
keycloak_db_user: 'keycloak'
|
||||
keycloak_db_user: 'keycloakadmin'
|
||||
keycloak_db_password: 'password'
|
||||
keycloak_db_host: 'postgres'
|
||||
keycloak_db_port: '5432'
|
||||
|
@ -27,7 +27,7 @@ keycloak_env:
|
|||
- key: 'KEYCLOAK_ADMIN'
|
||||
value: 'admin'
|
||||
- key: 'KEYCLOAK_ADMIN_PASSWORD'
|
||||
value: 'admin'
|
||||
value: 'changeme'
|
||||
# Uncomment and modify below to add HTTPS certificates:
|
||||
### - key: 'KC_HTTPS_CERTIFICATE_FILE'
|
||||
### value: '"/etc/letsencrypt/live/localhost/fullchain.pem"'
|
||||
|
@ -39,6 +39,9 @@ keycloak_env:
|
|||
- key: 'KC_PORT'
|
||||
value: '8080'
|
||||
env_only: 'true'
|
||||
# Uncomment and modify below if you use a proxy
|
||||
### - key: 'KC_PROXY_HEADERS'
|
||||
### value: 'xforwarded'
|
||||
|
||||
keycloak_ports:
|
||||
- '${KC_PORT}:8080'
|
||||
|
|
Loading…
Reference in a new issue