add watchtower

This commit is contained in:
Schneider Roland
2026-01-31 12:56:39 +01:00
parent 33bdcdda72
commit f46eced95a
4 changed files with 11 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ services:
- traefik.http.routers.gitea-public.tls=true
- traefik.http.routers.gitea-public.service=gitea-public
- traefik.http.services.gitea-public.loadbalancer.server.port=3000
image: gitea/gitea:1.22.2
image: gitea/gitea:1.25.4
container_name: gitea
environment:
- USER_UID=1000

View File

@@ -6,7 +6,7 @@ services:
- traefik.http.routers.keycloak.tls=true
- traefik.http.services.keycloak.loadbalancer.server.port=8080
platform: linux/amd64
image: quay.io/keycloak/keycloak:24.0.4
image: quay.io/keycloak/keycloak:26.5.2
restart: always
volumes:
- ./services/keycloak/themes:/opt/keycloak/themes

View File

@@ -11,7 +11,7 @@ services:
- traefik.http.routers.reverse-proxy-internal.service=reverse-proxy-internal
- traefik.http.services.reverse-proxy-internal.loadbalancer.server.port=8080
# The official v3 Traefik docker image
image: traefik:v3.4
image: traefik:v3.6
restart: always
# Enables the web UI and tells Traefik to listen to docker
command:

View File

@@ -0,0 +1,8 @@
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_POLL_INTERVAL=86400 # Checks once every 24 hours