feat: no watchtower

This commit is contained in:
Julien Froidefond
2025-03-06 08:18:20 +01:00
parent 5f759b5d8f
commit 0ca63a1fbd

View File

@@ -23,6 +23,8 @@ services:
limits: limits:
cpus: "1" cpus: "1"
memory: 1G memory: 1G
labels:
- "com.centurylinklabs.watchtower.enable=false"
healthcheck: healthcheck:
test: test:
["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/health"] ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/health"]