Compare commits
6 Commits
10.4.0+26.
...
10.5.0+26.
| Author | SHA1 | Date | |
|---|---|---|---|
| a250244f23 | |||
| c225bad91d | |||
| 868a907028 | |||
| 8864d5f5e8 | |||
| a79280b7d6 | |||
| 4866c6d38e |
@ -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
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
volumes:
|
||||
|
||||
@ -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
1
release/10.5.0+26.4.0
Normal file
@ -0,0 +1 @@
|
||||
See here for possible breaking changes: https://www.keycloak.org/docs/latest/upgrading/#migrating-to-26-4-0
|
||||
Reference in New Issue
Block a user