Hey guys, I’m trying to install growthbook on goog...
# announcements
t
Hey guys, I’m trying to install growthbook on google run, but getting some error
f
looks like your API container is not running correctly
can you share your docker-compose yml file?
t
is it possible to use the same domain to use in both API and host?
f
yes, with different ports
t
Copy code
- APP_ORIGIN=<https://ab.aftershoot.co>
  - API_HOST=<https://ab-api.example.co>

ports on  - "3000:3000"
      - "3100:3100"
and using caddy to point the domains to 3100 and 3000
f
oh, running on different domains?