thankful-waiter-26391
12/22/2022, 4:44 PMgrowthbook:
...
environment:
- APP_ORIGIN=http://<my ip>:3000
- API_HOST=http://<my ip>:3100
But I'm still getting this error 🫤
Do I need to additionally open up the 3100 port or something?
Any help would be much appreciated.fresh-football-47124
thankful-waiter-26391
12/22/2022, 4:56 PMfresh-football-47124
thankful-waiter-26391
12/22/2022, 5:00 PMfresh-football-47124
thankful-waiter-26391
12/22/2022, 5:00 PMfresh-football-47124
thankful-waiter-26391
12/22/2022, 5:13 PMfresh-football-47124
thankful-waiter-26391
12/22/2022, 5:15 PMgit clone <https://github.com/growthbook/growthbook.git>
cd growthbook
<then I edited docker-compose.yml to include my IP>
docker-compose up -d
fresh-football-47124
thankful-waiter-26391
12/22/2022, 5:36 PMfresh-football-47124
thankful-waiter-26391
12/22/2022, 5:42 PMversion: "3"
services:
...
growthbook:
...
environment:
...
- JWT_SECRET='<random_string>'
I was getting this error in docker-compose logs on back-end side:
Error: Cannot use JWT_SECRET=dev in production. Please set to a long random string
fresh-football-47124