This commit is contained in:
Mike McFetridge
2026-07-20 09:23:01 -04:00
parent 9451342bc8
commit e29203f374
10 changed files with 827 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
it-tools:
image: 'corentinth/it-tools:latest'
ports:
- '8150:80'
restart: unless-stopped
container_name: it-tools
networks:
- external
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 10s
retries: 3
timeout: 10s
start_period: 30s
networks:
external:
external: true # Tells Compose not to create this network.