Browse Source

Add health checks

main
Nicolas Massé 2 weeks ago
parent
commit
674b51177a
  1. 2
      cookbooks/seedbox/qbittorrent.container

2
cookbooks/seedbox/qbittorrent.container

@ -31,7 +31,7 @@ Entrypoint=/app/qbittorrent-nox
Exec=--webui-port=8080 Exec=--webui-port=8080
# Health check # Health check
HealthCmd=curl -f http://127.0.0.1:8096/health HealthCmd=curl -f http://127.0.0.1:8080/health
HealthInterval=30s HealthInterval=30s
HealthTimeout=10s HealthTimeout=10s
HealthStartPeriod=30s HealthStartPeriod=30s

Loading…
Cancel
Save