https://www.growthbook.io/ logo
t

tall-nightfall-7980

04/21/2023, 2:22 PM
Hey guys, I’m trying to install growthbook on google run, but getting some error
f

fresh-football-47124

04/21/2023, 2:53 PM
looks like your API container is not running correctly
can you share your docker-compose yml file?
t

tall-nightfall-7980

04/21/2023, 3:39 PM
is it possible to use the same domain to use in both API and host?
f

fresh-football-47124

04/21/2023, 5:07 PM
yes, with different ports
t

tall-nightfall-7980

04/21/2023, 6:21 PM
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

fresh-football-47124

04/21/2023, 8:12 PM
oh, running on different domains?
5 Views