Ezka77/xen-orchestra-ce

Docker HealthCheck

Closed this issue · 1 comments

Enable Docker healthcheck

    healthcheck:
        test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8000"]
        interval: 1m30s
        timeout: 10s
        retries: 3

Healthcheck is configured with the Dockerfile, it uses node to load the url.