mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-10-15 12:35:56 +00:00
update service versions
This commit is contained in:
@@ -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:
|
||||
|
@@ -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}
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user