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"