- use local spring profile
To run both frontend and backend services locally using Docker Compose, follow these steps:
This enables containers from separate Docker Compose projects to communicate with each other:
docker network create garagify-shared-network
docker compose up