Skip to content

Docker compose deployment on public server #207

Answered by hrodmn
oware asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @oware - thanks for opening this discussion! Running eoAPI using this docker-compose.yml on an EC2 instance was the first way I ever deployed eoAPI. I haven't done this in a while but here is where I would start.

Set this environment variable before you start the docker network:

export MY_DOCKER_IP=0.0.0.0

You will also need to be sure your EC2 Instance's security group allows inbound traffic for TCP on ports 8081, 8082, 8083, and 8085.

You may also need to update some of the STAC browser configuration settings with the public IP address instead of the default 0.0.0.0.

Deploying this docker network is a great place to start for a POC deployment but if you ever want something a bit more…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by oware
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants