grundic / jamulus-docker

Docker image for online jamming software Jamulus
MIT License
39 stars 24 forks source link

AWS Fargate set-up - interal IP #26

Open Janerikz opened 2 years ago

Janerikz commented 2 years ago

Hi, I have set up a public subnet in AWS Fargate ECS (on linux platform) to run this docker. Jamulus seems to be starting ok according to the AWS log, but I cannot connect from the Jamulus client.

Looking into this, in AWS the task is assigned: Public IP 16.171.60.195 Private IP 10.0.7.124

The Jamulus log states: 2022-10-07 08:54:13 | Using "10.0.7.124" as external IP. 2022-10-07 08:54:13 | - Starting in server mode by default (due to compile time option) 2022-10-07 08:54:13 | No GUI support compiled. Running in headless mode.

Using the local IP as external seems like a source for the problem. Any thoughts on how to get it all running?

remixmabix commented 1 year ago

I added '--serverpublicip', '$MYPUBLICIP' to solve this.