Files
Portainer/it/docker-compose.yml
T
Eduardo David Paredes Vara 6e6971da59 feat: add utility service stacks
2026-07-25 11:21:23 +00:00

26 lines
701 B
YAML

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