update service versions

This commit is contained in:
2025-09-26 08:26:07 +00:00
parent 8488001461
commit 8487de2298
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ networks:
services:
caddy:
image: caddy:2.10.0-alpine
image: caddy:2.10.2-alpine
container_name: caddy
restart: unless-stopped
networks:

View File

@@ -8,7 +8,7 @@ networks:
services:
server:
image: gitea/gitea:1.24.3
image: gitea/gitea:1.24.6
container_name: gitea
environment:
- USER_UID=${USER_UID}

View File

@@ -10,7 +10,7 @@ networks:
services:
grafana:
image: grafana/grafana-enterprise:12.1.0
image: grafana/grafana-enterprise:12.2.0
container_name: grafana
restart: unless-stopped
networks:

View File

@@ -9,7 +9,7 @@ networks:
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.138.1
image: ghcr.io/immich-app/immich-server:v1.143.1
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data

View File

@@ -12,7 +12,7 @@ networks:
services:
prometheus:
image: prom/prometheus:v3.5.0
image: prom/prometheus:v3.6.0
container_name: prometheus
restart: unless-stopped
networks: