hello <@U01TCPDB58C> <@U01T6HCHD0A> what should i ...
# ask-questions
i
hello @future-teacher-7046 @fresh-football-47124 what should i provide for API_HOST env variable inside docker.compose-yml, if i am having DNS mapped to the APP_Origin?
f
Hi Rishabh
i
hello @fresh-football-47124!!
f
depends a bit on how you want it to be setup - what domain are wanting to use?
i
lets say ealrier APP_ORIGIN was at http://ip:3000 now the DNS is https://abc.in and app is accessibel there, but i am getting a error saying Error connecting to the GrowthBook API at
<https://abc.in/>
.
f
okay...
i
i have changed API_HOST env variable to https://abc.in
f
Copy code
- APP_ORIGIN=<http://abc.in>
- API_HOST=<http://abc.in:3100>
i
still not working
tried this conbination
f
did you change the port?
i
yes
f
can you dm me your docker-compose.yml?
i
sure