Aligne le deploiement Proxmox sur la stack Docker complete
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
keycloak:
|
||||
condition: service_started
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "${WEB_PORT:-8080}:80"
|
||||
restart: unless-stopped
|
||||
|
||||
auth:
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
KC_BOOTSTRAP_ADMIN_USERNAME: ${KEYCLOAK_ADMIN_USER:-admin}
|
||||
KC_BOOTSTRAP_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD:-admin}
|
||||
KC_PROXY_HEADERS: xforwarded
|
||||
KC_HOSTNAME: http://localhost:8080/auth
|
||||
KC_HOSTNAME: "${PUBLIC_BASE_URL:-http://localhost:8080}/auth"
|
||||
KC_HTTP_RELATIVE_PATH: /auth
|
||||
KC_HOSTNAME_STRICT: "false"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user