1 Commits

Author SHA1 Message Date
Renovate Bot
f3ed4fc925 Update ghcr.io/immich-app/postgres Docker tag to v16 2025-12-16 18:52:02 +00:00
14 changed files with 24 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
services: services:
audiobookshelf: audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:2.31.0 image: ghcr.io/advplyr/audiobookshelf:2.30.0
restart: always restart: always
ports: ports:
- 13378:80 - 13378:80

View File

@@ -1,3 +1,4 @@
version: '3.8'
services: services:
# Redis service for RQ (task queue) # Redis service for RQ (task queue)
audiomuse-ai-redis: audiomuse-ai-redis:
@@ -13,7 +14,7 @@ services:
# PostgreSQL database service # PostgreSQL database service
audiomuse-ai-postgres: audiomuse-ai-postgres:
image: postgres:18-alpine image: postgres:15-alpine
container_name: audiomuse-postgres container_name: audiomuse-postgres
env_file: env_file:
- .env - .env

View File

@@ -10,7 +10,7 @@ include:
- pihole/docker-compose.yml - pihole/docker-compose.yml
- pingvin/docker-compose.yml - pingvin/docker-compose.yml
- pocketid/docker-compose.yml - pocketid/docker-compose.yml
- spliit/docker-compose.yml # - spliit/docker-compose.yml
- shlink/docker-compose.yml - shlink/docker-compose.yml
- synapse/docker-compose.yml - synapse/docker-compose.yml
- updater/docker-compose.yml - updater/docker-compose.yml

View File

@@ -1,7 +1,7 @@
services: services:
gitea: gitea:
container_name: gitea container_name: gitea
image: gitea/gitea:1.25.2-rootless image: gitea/gitea:1.25.1-rootless
restart: always restart: always
volumes: volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea - ${GITEA_DATA_LOCATION}:/var/lib/gitea

View File

@@ -34,14 +34,14 @@ services:
redis: redis:
container_name: immich_redis container_name: immich_redis
image: docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f image: docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa
healthcheck: healthcheck:
test: redis-cli ping || exit 1 test: redis-cli ping || exit 1
restart: always restart: always
database: database:
container_name: immich_postgres container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.2.0
environment: environment:
POSTGRES_USER: ${IMMICH_POSTGRES_USER} POSTGRES_USER: ${IMMICH_POSTGRES_USER}
POSTGRES_PASSWORD: ${IMMICH_POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${IMMICH_POSTGRES_PASSWORD}

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:10.11.5 image: jellyfin/jellyfin:10.11.3
user: ${JELLYFIN_USER_UID}:${JELLYFIN_USER_GID} user: ${JELLYFIN_USER_UID}:${JELLYFIN_USER_GID}
network_mode: 'host' network_mode: 'host'
restart: always restart: always

View File

@@ -13,7 +13,7 @@ services:
networks: networks:
- nextcloud - nextcloud
nextcloud: nextcloud:
image: nextcloud:32.0.3 image: nextcloud:32.0.1
restart: always restart: always
ports: ports:
- 8081:80 - 8081:80
@@ -32,7 +32,7 @@ services:
networks: networks:
- nextcloud - nextcloud
cron: cron:
image: nextcloud:32.0.3 image: nextcloud:32.0.1
container_name: nextcloud-cron container_name: nextcloud-cron
volumes: volumes:
- ${NEXTCLOUD_DATA_DIR}:/var/www/html - ${NEXTCLOUD_DATA_DIR}:/var/www/html

View File

@@ -18,7 +18,7 @@ services:
- 5434:5432 - 5434:5432
paperless: paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.2 image: ghcr.io/paperless-ngx/paperless-ngx:2.19.4
restart: always restart: always
depends_on: depends_on:
- db - db
@@ -49,7 +49,7 @@ services:
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.25.1 image: docker.io/gotenberg/gotenberg:8.24.0
restart: always restart: always
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not

View File

@@ -2,7 +2,7 @@
services: services:
pihole: pihole:
container_name: pihole container_name: pihole
image: pihole/pihole:2025.11.1 image: pihole/pihole:2025.11.0
ports: ports:
# DNS Ports # DNS Ports
- "53:53/tcp" - "53:53/tcp"

View File

@@ -1,6 +1,6 @@
services: services:
pocket-id: pocket-id:
image: ghcr.io/pocket-id/pocket-id:v1.16.0 image: ghcr.io/pocket-id/pocket-id:v1.15.0
restart: always restart: always
env_file: .env env_file: .env
ports: ports:

View File

@@ -23,9 +23,7 @@
"matrixdotorg/synapse", "matrixdotorg/synapse",
"ghcr.io/element-hq/matrix-authentication-service", "ghcr.io/element-hq/matrix-authentication-service",
"dock.mau.dev/mautrix/whatsapp", "dock.mau.dev/mautrix/whatsapp",
"dock.mau.dev/mautrix/signal", "dock.mau.dev/mautrix/signal"
"ghcr.io/element-hq/lk-jwt-service",
"livekit/livekit-server"
] ]
} }
] ]

View File

@@ -18,7 +18,7 @@ services:
depends_on: depends_on:
- shlink_db - shlink_db
shlink_db: shlink_db:
image: postgres:18 image: postgres:17
container_name: shlink_db container_name: shlink_db
restart: always restart: always
volumes: volumes:

View File

@@ -1,7 +1,6 @@
services: services:
spliit: spliit:
#image: ghcr.io/spliit-app/spliit:1.19.1 image: ghcr.io/spliit-app/spliit:1.19.1
image: petersmit27/spliit:latest
restart: always restart: always
ports: ports:
- 3001:3000 - 3001:3000
@@ -16,7 +15,7 @@ services:
POSTGRES_USER: ${SPLIIT_POSTGRES_USER} POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
spliit_db: spliit_db:
image: postgres:18 image: postgres:17
restart: always restart: always
volumes: volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data - ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data

View File

@@ -1,6 +1,6 @@
services: services:
element-call-auth-service: element-call-auth-service:
image: ghcr.io/element-hq/lk-jwt-service:0.4.0 image: ghcr.io/element-hq/lk-jwt-service:0.3.0
container_name: element-call-jwt container_name: element-call-jwt
hostname: auth-server hostname: auth-server
environment: environment:
@@ -13,7 +13,7 @@ services:
ports: ports:
- 8071:8080 - 8071:8080
element-call-livekit: element-call-livekit:
image: livekit/livekit-server:v1.9.8 image: livekit/livekit-server:v1.9.3
command: --config /etc/livekit.yaml command: --config /etc/livekit.yaml
ports: ports:
- "7880:7880/tcp" - "7880:7880/tcp"
@@ -25,7 +25,7 @@ services:
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro - ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
mautrix-signal: mautrix-signal:
container_name: mautrix-signal container_name: mautrix-signal
image: dock.mau.dev/mautrix/signal:v0.2512.0 image: dock.mau.dev/mautrix/signal:v0.2511.0
restart: always restart: always
volumes: volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data - ${MAUTRIX_SIGNAL_DATA_DIR}:/data
@@ -42,7 +42,7 @@ services:
- 5439:5432 - 5439:5432
mautrix-whatsapp: mautrix-whatsapp:
container_name: mautrix-whatsapp container_name: mautrix-whatsapp
image: dock.mau.dev/mautrix/whatsapp:v0.2512.0 image: dock.mau.dev/mautrix/whatsapp:v0.2511.0
#image: petersmit27/mautrix-whatsapp:latest #image: petersmit27/mautrix-whatsapp:latest
restart: always restart: always
volumes: volumes:
@@ -61,7 +61,7 @@ services:
ports: ports:
- 5440:5432 - 5440:5432
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.8.0 image: ghcr.io/element-hq/matrix-authentication-service:1.6.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -97,7 +97,7 @@ services:
- 5442:5432 - 5442:5432
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.144.0 image: matrixdotorg/synapse:v1.142.1
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data