Linty fresh
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-02-06 19:10:27 -03:00
parent 2959360d65
commit 3f93580090
7 changed files with 45 additions and 32 deletions

View File

@@ -5,8 +5,7 @@ services:
pull_policy: always
restart: unless-stopped
healthcheck:
test:
["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1/"]
test: ['CMD', 'wget', '--quiet', '--tries=1', '--spider', 'http://127.0.0.1/']
interval: 30s
timeout: 3s
start_period: 5s