Not a regular docker user myself but I do notice a possible issue.
The green dot indicating the service status is only a half circle.
This normally indicates no database has been configured on the project.
Should there be a database running?
@Parker_Jacobs If you’re using latest Docker Deskop 4.2.7 - it has issues - https://github.com/docker/compose/issues/11421
Uninstall it and install 4.26.1 https://desktop.docker.com/win/main/amd64/131620/Docker%20Desktop%20Installer.exe
Looking at the 1st screenshot it failed to use “Wappler’s proxy” Docker network because it doesn’t exist, it’s Wappler’s fault it didn’t command the creation of it. (edit: there’s also another error concerning a missing Git binary, git.exe )
The 2nd screenshot you can totally ignore that section, it tests using the old Docker implementation using Docker-machine, which is different from the new implementation using SSH through Wappler’s Resource Manager. Any error there has zero influence (if using the new method).
As to solve the problem, maybe someone from the Wappler team can answer how to make Wappler create the missing “Wappler proxy” Docker network.
yes there is my production database connection, but it should be configured properly. It pulls the data from my database right now, so confused as to how it changed.