Docker Expert to solve bug

Job ID: 34847259

Budget: $10 – $30 USD

I have 2 Laravel applications using Docker for local and live environments.

Currently, the applications cannot run at the same machine at the same time, which makes it hard to develop locally, since the applications are communicating with each other through some APIs.

I am looking for someone to fix that so we can have both Docker-compose projects running at the same time.

Both applications are Laravel / PHP.

The Docker services are listed below:
- nginx
- php-fpm
- php-worker
- laravel-horizon
- mysql
- redis
- memcached
- workspace
These services are originated from Laradock but modified to fit our needs.

Hope for a long-term Docker expert to help with the project as we go, as well as for other Docker-related projects.

Knowing Laravel is a plus, but not required, please tell me if you know Laravel. And tell me how long you need to solve this task, as I am in a rush for this specific issue.

## Example of how I tested locally
- Setup project A
- Run "docker-compose up -d" for Project A.
- Test I can access it through the browser on its specific port.
- Now go to setup Project B.
- Run "docker-compose up -d" for Project B.
- Test I can access it through the browser on its specific port.
- Now it suddenly fails when I access Project A through the browser.
- If I go to project A and run "docker-compose up -d"
- Project A now works, but Project B doesn't.
Related categories: Docker Docker Compose