This guide explains how to run the full application stack locally or in a production-like environment using Docker Compose.
Make sure the following tools are installed on your system before proceeding:
v20+
v2.20+
To check versions:
docker --version
docker compose version
docker-compose-dev.yaml
)Use this setup to run the application stack locally with development defaults. It includes:
SPRING_PROFILES_ACTIVE=docker
)Start the stack
docker-compose -f docker-compose-dev.yaml up --build
This command will:
Once started: