- start an nginx with the client:
docker-compose -f docker-compose-dev.yml up --build
- clone and start an nginx with the client:
docker-compose -f docker-compose-prod.yml up --build
- run the backend server dependencies
docker-compose -f docker-compose-backend.yml up