Updating flatcar and app versions.

This commit is contained in:
2026-06-22 16:38:56 -07:00
parent 7df2c07313
commit 619b5ded6f
6 changed files with 19 additions and 16 deletions

View File

@@ -12,13 +12,13 @@ secrets:
services:
nextcloud_db:
image: postgres:17.6-trixie
image: postgres:18-trixie
env_file:
- ./nextcloud/nextcloud.env
shm_size: 128mb
restart: always
volumes:
- /nassella/nextcloud/var-lib-postgresql-data:/var/lib/postgresql/data
- /nassella/nextcloud/var-lib-postgresql:/var/lib/postgresql
networks:
- nextcloud_internal
healthcheck:
@@ -32,7 +32,7 @@ services:
- nextcloud_postgres_password
- nextcloud_postgres_user
nextcloud_redis:
image: redis:8.2.1-bookworm
image: redis:8-trixie
env_file:
- ./nextcloud/nextcloud.env
command: bash -c 'redis-server --requirepass "$$(cat /run/secrets/nextcloud_redis_password)"'
@@ -48,7 +48,7 @@ services:
networks:
- nextcloud_internal
nextcloud:
image: nextcloud:31.0.8-apache
image: nextcloud:34-apache
depends_on:
nextcloud_redis:
condition: service_healthy