From 21e07d30e9e5cdcaea7d9979953f382ff257c3f7 Mon Sep 17 00:00:00 2001 From: pixelthorn Date: Fri, 3 Jul 2026 09:11:14 -0500 Subject: [PATCH] Add it-tools.yaml --- it-tools.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 it-tools.yaml diff --git a/it-tools.yaml b/it-tools.yaml new file mode 100644 index 0000000..6300678 --- /dev/null +++ b/it-tools.yaml @@ -0,0 +1,18 @@ +services: + ittools: + #IT Tools is stateless — this compose file mounts no volumes, so there is no data to back up before updating. + image: corentinth/it-tools:latest + container_name: it-tools + restart: unless-stopped + environment: + - TZ=America/Chicago + labels: + - homepage.group=Utilities + - homepage.name=IT-Tools + - homepage.icon=it-tools.png + - homepage.href=${ITTOOLS_URL} + - homepage.description=Collection of handy online tools for developers + - dockhand.url=${ITTOOLS_URL} + - rackpeek.tags=utilities + ports: + - 8085:80