add watchtower
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
- traefik.http.routers.gitea-public.tls=true
|
- traefik.http.routers.gitea-public.tls=true
|
||||||
- traefik.http.routers.gitea-public.service=gitea-public
|
- traefik.http.routers.gitea-public.service=gitea-public
|
||||||
- traefik.http.services.gitea-public.loadbalancer.server.port=3000
|
- traefik.http.services.gitea-public.loadbalancer.server.port=3000
|
||||||
image: gitea/gitea:1.22.2
|
image: gitea/gitea:1.25.4
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
- traefik.http.routers.keycloak.tls=true
|
- traefik.http.routers.keycloak.tls=true
|
||||||
- traefik.http.services.keycloak.loadbalancer.server.port=8080
|
- traefik.http.services.keycloak.loadbalancer.server.port=8080
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
image: quay.io/keycloak/keycloak:24.0.4
|
image: quay.io/keycloak/keycloak:26.5.2
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./services/keycloak/themes:/opt/keycloak/themes
|
- ./services/keycloak/themes:/opt/keycloak/themes
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- traefik.http.routers.reverse-proxy-internal.service=reverse-proxy-internal
|
- traefik.http.routers.reverse-proxy-internal.service=reverse-proxy-internal
|
||||||
- traefik.http.services.reverse-proxy-internal.loadbalancer.server.port=8080
|
- traefik.http.services.reverse-proxy-internal.loadbalancer.server.port=8080
|
||||||
# The official v3 Traefik docker image
|
# The official v3 Traefik docker image
|
||||||
image: traefik:v3.4
|
image: traefik:v3.6
|
||||||
restart: always
|
restart: always
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
command:
|
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