this is my first time that i try to make a simple deploy, so the procedure is not still clear. This is what i have done: For server i'm using a droplet from Digital Ocean.
I created a simple app in node, make a dockerfile and docker-compose. If i try to lunch "docker-compose up" in local everything is ok.
Then i pushed the project on github
I enstablished a ssh connection with my remote server, and pulled the project form github into the root folder.
I entered in the project folder and lunched "docker-compose up"
The command worked and everything is builed, but if i visit my IP, nothing is showed. So, how can i route the traffic into the container builded?