mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
9 lines
190 B
YAML
9 lines
190 B
YAML
services:
|
|
it-tools:
|
|
image: corentinth/it-tools:latest
|
|
healthcheck:
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
|
interval: 30s
|
|
timeout: 10s
|
|
retries: 3
|