Update compose.yaml

This commit is contained in:
Bart Sjerps
2026-06-12 11:04:08 +02:00
parent e04fb27c99
commit 69f2d0750c
+4
View File
@@ -13,6 +13,10 @@ services:
- '80:80' - '80:80'
- '81:81' - '81:81'
- '443:443' - '443:443'
healthcheck:
test: ["CMD", "/usr/bin/check-health"]
interval: 10s
timeout: 3s
volumes: volumes:
- data:/data - data:/data
- letsencrypt:/etc/letsencrypt - letsencrypt:/etc/letsencrypt