Sharing Docker Containers

Hello everyone,

Our team is growing!
We installed Wappler on new 2 machines, dev environment is working fine with Docker, and we exported and imported Staging containers to the new computers, I’m able to connect to remote docker on target settings and see that the container is running on Digital Ocean.

But the “deploy light” is keeping red and when hit “deploy” there is a port message error:

This is the staging server, already on web.
On my computer, everything is running, but not the same on the new computers.

1 Like

For anyone unable to read the text on mobile…

Found other running containers using the same ports!

Make sure you are deploying under the right docker deploy project

name! You can change the name in the project target docker options.

Running Containers

webapp__stagingserver : 80

webapp__stagingserver : 9906
2 Likes

When deploying the same docker project from different computers it is very important to have the same docker project name in the docker target options.

The docker project name is usually initially determined by the folder name your project is on, so try to keep at least the same folder name.

You can select or change the docker project name in the target options.

So make sure it is the same otherwise you will be trying the deploy a second project on the same server and that will fail.

1 Like

thanks @George! We sorted it changing web server port to 8080 and DB port to 9999. Will try your instructions.

Well now you have two instances running, not sure if that is what … so two web servers and two database servers.