32 lines
869 B
YAML
32 lines
869 B
YAML
services:
|
|
it-tools:
|
|
build:
|
|
context: .
|
|
args:
|
|
IT_TOOLS_BASE_IMAGE: ${IT_TOOLS_BASE_IMAGE:-ghcr.io/corentinth/it-tools:latest}
|
|
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
|
|
labels:
|
|
prune.protect: "true"
|
|
proxy:
|
|
external: true
|