I have able to interface with the growthbook container and it's API successfully, however it seems like I the the proxy container is not responding, while I can ping it successfully, running commands such curl or wget to perform a /healthcheck fails, which can also be seen as an issue in growthbook.
I've gone as far as attaching a console on the growthbook-proxy container and tried to wget http://localhost:3300/healthcheck with no success, I simply get the following:
GROWTHBOOK_API_HOST=http://growthbook:3100
SECRET_API_KEY=secret_key
USE_HTTP2=true # tried toggling this back and forth makes no difference
PROXY_HOST=proxy.growth.docker.localhost
PROXY_PORT=3300
VERBOSE_DEBUGGING=true
CACHE_ENGINE=memory
#The URL of your cache engine e.g. Redis or Mongo Database
#CACHE_CONNECTION_URL=''
CACHE_STALE_TTL=60
CACHE_EXPIRES_TTL=600
CERT_RESOLVER=staging
TRAEFIK_ENABLE=true
Context
I have able to interface with the growthbook container and it's API successfully, however it seems like I the the proxy container is not responding, while I can ping it successfully, running commands such
curl
orwget
to perform a/healthcheck
fails, which can also be seen as an issue in growthbook.I've gone as far as attaching a console on the growthbook-proxy container and tried to
wget http://localhost:3300/healthcheck
with no success, I simply get the following:Configuration
GrowthBook
Environment variables
Docker
GrowthBook Proxy
Environment variables
Docker