Files
home-server-docker/project/service/it-tools/it-tools.yml
2024-07-19 12:38:32 +02:00

19 lines
527 B
YAML

services:
it-tools:
extends:
file: ${TEMPLATES_PATH}
service: default
image: corentinth/it-tools:latest
container_name: it-tools
ports:
- '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"