Closed lud-wj closed 1 year ago
OK I added this to growthbook service:
healthcheck:
test: ["CMD", "wget", "http://localhost:3100"]
interval: 1s
timeout: 1s
retries: 10
And changed the proxy service with this:
depends_on:
growthbook:
condition: service_healthy
I'm trying to follow the docs with this configuration:
But the proxy will just exit :
The ports seem to work well:
So maybe a bug?