FIX: Changed all .yml to .yaml in orded to have the same way

This commit is contained in:
2025-08-28 12:35:48 +02:00
parent dc94b51647
commit fa1f342c95
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
it-tools:
image: 'corentinth/it-tools:latest'
ports:
- '8182:80' # change if needed
restart: unless-stopped
container_name: it-tools
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
timeout: 10s
retries: 3
networks:
- it-tools-net
networks:
it-tools-net:
driver: bridge