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

@@ -1,7 +1,7 @@
version: '3'
services:
lb:
image: docker.io/caddy:2.10.2-alpine
image: docker.io/caddy:2.11.4-alpine
volumes:
# - /app/lb:/etc/caddy
- ./lb/:/etc/caddy

View File

@@ -36,7 +36,7 @@ services:
- lb
ghost_db:
image: mysql:8.0.44@sha256:f37951fc3753a6a22d6c7bf6978c5e5fefcf6f31814d98c582524f98eae52b21
image: mysql:9.7
restart: always
expose:
- "3306"
@@ -59,7 +59,7 @@ services:
- ghost_network
ghost_traffic-analytics:
image: ghost/traffic-analytics:1.0.20@sha256:a72573d89457e778b00e9061422516d2d266d79a72a0fc02005ba6466e391859
image: ghost/traffic-analytics:1.0
restart: always
expose:
- "3000"

View File

@@ -26,7 +26,7 @@ secrets:
services:
nassella_lldap_db:
image: postgres:17.6-trixie
image: postgres:18-trixie
environment:
- POSTGRES_DB_FILE=/run/secrets/nassella_lldap_postgres_db
- POSTGRES_USER_FILE=/run/secrets/nassella_lldap_postgres_user
@@ -34,7 +34,7 @@ services:
shm_size: 128mb
restart: always
volumes:
- /nassella/nassella/lldap-var-lib-postgresql-data:/var/lib/postgresql/data
- /nassella/nassella/lldap-var-lib-postgresql:/var/lib/postgresql
networks:
- nassella_internal
healthcheck:
@@ -64,7 +64,7 @@ services:
- nassella_lldap_postgres_user
nassella_authelia_db:
image: postgres:17.6-trixie
image: postgres:18-trixie
environment:
- POSTGRES_DB_FILE=/run/secrets/nassella_authelia_postgres_db
- POSTGRES_USER_FILE=/run/secrets/nassella_authelia_postgres_user
@@ -72,7 +72,7 @@ services:
shm_size: 128mb
restart: always
volumes:
- /nassella/nassella/authelia-var-lib-postgresql-data:/var/lib/postgresql/data
- /nassella/nassella/authelia-var-lib-postgresql:/var/lib/postgresql
networks:
- nassella_internal
healthcheck:
@@ -104,13 +104,13 @@ services:
disable: true
nassella_db:
image: postgres:17.6-trixie
image: postgres:18-trixie
env_file:
- ./nassella/nassella.env
shm_size: 128mb
restart: always
volumes:
- /nassella/nassella/var-lib-postgresql-data:/var/lib/postgresql/data
- /nassella/nassella/var-lib-postgresql:/var/lib/postgresql
networks:
- nassella_internal
healthcheck:

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