Update stack.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2025-02-01 14:34:38 -05:00
parent f45618d04a
commit a3b331084a
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
test: ["CMD", "echo", "true"]
interval: 30s
timeout: 10s
retries: 3
retries: 20
networks:
- net
- traefik