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: services:
caddy: caddy:
image: caddy:2.10.0-alpine image: caddy:2.10.2-alpine
container_name: caddy container_name: caddy
restart: unless-stopped restart: unless-stopped
networks: networks:

View File

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

View File

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

View File

@@ -9,7 +9,7 @@ networks:
services: services:
immich-server: immich-server:
container_name: 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: 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 # 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 - ${UPLOAD_LOCATION}:/data

View File

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