Purpose
Get a complete environment running (front end, back office, PostgreSQL, object storage) on your development machine.
Prerequisites
Docker and Docker Compose installed
.env file configured from .env.example
Ports 3000, 3001 and 5432 available
Start the stack
Running locallyBash
docker compose build
docker compose up -d
docker compose psTo understand how the services talk to each other, see Docker architecture and flows.
Then validate your backup strategy with Backup and restore.
