This commit is contained in:
parent
425d302fa9
commit
f3902b43b1
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
nextcloud__version: 31
|
||||
nextcloud__postgres_version: 15.13
|
||||
nextcloud__version: 32
|
||||
nextcloud__postgres_version: 15.14
|
||||
nextcloud__fqdn: cloud.hamburg.ccc.de
|
||||
nextcloud__data_dir: /data/nextcloud
|
||||
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
services:
|
||||
keycloak:
|
||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.2
|
||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
command: start --optimized
|
||||
|
|
@ -46,7 +46,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
db:
|
||||
image: postgres:15.13
|
||||
image: postgres:15.14
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- keycloak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue