Hi
@Chris (deprecated profile) - I was setting up Airbyte on AWS by following the same instructions described here:
https://docs.airbyte.io/deploying-airbyte/on-aws-ec2
But I wanted to set up on different port than default 8000. In the doc its mentioned to update API_URL in env file - So can you please help me what exactly needs to be added in docker-compose.yaml file?
webapp:
image: airbyte/webapp:${VERSION}
container_name: airbyte-webapp
ports:
- 5000:80
environment:
- AIRBYTE_ROLE=${AIRBYTE_ROLE:-}
- AIRBYTE_VERSION=${VERSION}
- API_URL=${API_URL:-}
I did tried to change ports section in webapp ports but when i tried to run UI on browser. Its opening Airbyte but giving error-