2025.04.10

This commit is contained in:
2025-04-10 10:32:09 +02:00
parent 76a0a33db7
commit bcff5e2f5c
10 changed files with 143 additions and 4 deletions

View File

@ -0,0 +1,28 @@
---
version: "3.8"
services:
web-check:
image: lissy93/web-check
container_name: web-check
restart: unless-stopped
ports:
- 3010:3000
environment:
- UID=1000
- GID=1000
healthcheck:
test:
- CMD
- curl
- -f
- http://localhost:3000
interval: 1m
timeout: 15s
retries: 3
logging:
driver: json-file
options:
max-size: 10m
max-file: "3"
labels:
- com.centurylinklabs.watchtower.enable=true