Compare commits

...

3 Commits

Author SHA1 Message Date
be60210294 bump prometheus to 3.4.1 2025-06-11 17:53:39 +00:00
70eb3e0432 bump glance to v0.8.4 2025-06-11 17:50:43 +00:00
b65a887720 bump gitea to 1.24.0 2025-06-11 17:49:36 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -8,7 +8,7 @@ networks:
services: services:
glance: glance:
image: glanceapp/glance:v0.8.3 image: glanceapp/glance:v0.8.4
container_name: glance container_name: glance
restart: unless-stopped restart: unless-stopped
networks: networks:

View File

@@ -12,7 +12,7 @@ networks:
services: services:
prometheus: prometheus:
image: prom/prometheus:v3.4.0 image: prom/prometheus:v3.4.1
container_name: prometheus container_name: prometheus
networks: networks:
- prometheus - prometheus