chore: publish 10.5.1+26.4.5 release
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: "keycloak/keycloak:26.4.0"
|
||||
image: "keycloak/keycloak:26.4.5"
|
||||
entrypoint: >
|
||||
bash -c "KEYCLOAK_ADMIN_PASSWORD=\"$$(cat /run/secrets/admin_password)\" KC_DB_PASSWORD=\"$$(cat /run/secrets/db_password)\" /opt/keycloak/bin/kc.sh start"
|
||||
networks:
|
||||
@ -48,10 +48,10 @@ services:
|
||||
- "caddy=${DOMAIN}"
|
||||
- "caddy.reverse_proxy={{upstreams 8080}}"
|
||||
- "caddy.tls.on_demand="
|
||||
- "coop-cloud.${STACK_NAME}.version=10.5.0+26.4.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=10.5.1+26.4.5"
|
||||
|
||||
db:
|
||||
image: "mariadb:11.8"
|
||||
image: "mariadb:12.1"
|
||||
environment:
|
||||
- MYSQL_DATABASE=keycloak
|
||||
- MYSQL_USER=keycloak
|
||||
|
||||
Reference in New Issue
Block a user