services: it-tools: image: ${IT_TOOLS_IMAGE} container_name: it-tools restart: unless-stopped networks: - it_internal - proxy labels: prune.protect: "true" traefik.enable: "true" traefik.docker.network: "${TRAEFIK_DOCKER_NETWORK}" homepage.group: "Utilidades" homepage.name: "IT-Tools" homepage.icon: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/it-tools.svg" homepage.description: "Herramientas tecnicas" homepage.href: "https://${IT_TOOLS_DOMAIN}/" homepage.siteMonitor: "http://it-tools:80/" homepage.weight: "550" networks: it_internal: driver: bridge proxy: external: true