add watchtower
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user