Compare commits

...

6 Commits

4 changed files with 5 additions and 10 deletions

View File

@ -64,7 +64,7 @@ Make sure to delete the temp-admin user after you finish recovering.
- [Nextcloud][nextcloud]
- [Peertube][peertube]
[nextcloud]: https://git.coopcloud.tech/coop-cloud/nextcloud
[peertube]: https://git.coopcloud.tech/coop-cloud/peertube
[nextcloud]: https://git.coopcloud.tech/coop-cloud/nextcloud#how-do-i-integrate-with-keycloak-sso
[peertube]: https://git.coopcloud.tech/coop-cloud/peertube#plugins
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
[cc-traefik]: https://git.autonomic.zone/coop-cloud/traefik

View File

@ -1,6 +1,3 @@
---
version: "3.8"
services:
app:
volumes:

View File

@ -1,9 +1,6 @@
---
version: "3.8"
services:
app:
image: "keycloak/keycloak:26.3.1"
image: "keycloak/keycloak:26.4.0"
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:
@ -51,7 +48,7 @@ services:
- "caddy=${DOMAIN}"
- "caddy.reverse_proxy={{upstreams 8080}}"
- "caddy.tls.on_demand="
- "coop-cloud.${STACK_NAME}.version=10.4.0+26.3.1"
- "coop-cloud.${STACK_NAME}.version=10.5.0+26.4.0"
db:
image: "mariadb:11.8"

1
release/10.5.0+26.4.0 Normal file
View File

@ -0,0 +1 @@
See here for possible breaking changes: https://www.keycloak.org/docs/latest/upgrading/#migrating-to-26-4-0