renovate workflow and replace all by latest version
This commit is contained in:
@@ -3,17 +3,16 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: corentinth/it-tools:latest
|
||||
image: corentinth/it-tools:2024.10.22-7ca5933
|
||||
container_name: it-tools
|
||||
ports:
|
||||
- '4007:80'
|
||||
- "4007:80"
|
||||
networks:
|
||||
- ip4net
|
||||
labels:
|
||||
# Watchtower
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
# Traefik
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.it-tools.rule=Host(`it-tools.${LOCAL_DOMAIN}`)"
|
||||
- "traefik.http.routers.it-tools.entrypoints=https"
|
||||
- "traefik.http.routers.it-tools.tls=true"
|
||||
- "traefik.http.routers.it-tools.tls=true"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user