Ashish Nagdev
04/26/2021, 8:42 AMDavin Chia (Airbyte)
.env file. Changing the right variable there should be sufficientDavin Chia (Airbyte)
Ashish Nagdev
04/26/2021, 9:26 AMAshish Nagdev
04/26/2021, 9:26 AMChris (deprecated profile)
Ashish Nagdev
04/26/2021, 10:12 AMAshish Nagdev
04/26/2021, 10:13 AMChris (deprecated profile)
Chris (deprecated profile)
# In your workstation terminal
ssh -i $SSH_KEY -L 5000:localhost:5000 -L 5001:localhost:5001 -N -f ec2-user@$INSTANCE_IPChris (deprecated profile)
.env file, you see examples of API_URL and WEBAPP_URL so i think your API_URL should be <http://localhost:5001/api/v1/>Ashish Nagdev
04/26/2021, 10:34 AMAshish Nagdev
04/26/2021, 10:34 AMAshish Nagdev
04/26/2021, 10:35 AM<http://localhost:5001/api/v1/>Chris (deprecated profile)
Chris (deprecated profile)
Ashish Nagdev
04/26/2021, 10:49 AMAshish Nagdev
04/26/2021, 10:49 AMChris (deprecated profile)
Ashish Nagdev
04/26/2021, 10:51 AMChris (deprecated profile)
docker-compose logs serverChris (deprecated profile)
docker psAshish Nagdev
04/26/2021, 10:53 AMChris (deprecated profile)
Ashish Nagdev
04/26/2021, 10:54 AMAshish Nagdev
04/26/2021, 10:54 AMAshish Nagdev
04/26/2021, 10:55 AMChris (deprecated profile)
Chris (deprecated profile)
0.0.0.0:5001->8001/tcp, 8000/tcpChris (deprecated profile)
Ashish Nagdev
04/26/2021, 12:07 PM