System requirements
The minimum system requirements per stack are:- CPU: 2 core
- Memory: 4GB RAM
- Disk: 10GB
PostgreSQL
Bring two PostgreSQL databases; a single server hosting both is fine. Give each a standardpostgresql://user:pass@host[:port]/dbname URL — the dbname in that URL is the database the stack uses, for example control and agent_events.
Both databases must exist before the first
docker compose up — the stack does not create them. Create them with an administrative role:
.env URLs needs no CREATEDB, just access to those two databases.
For the minimum privileges the stack’s database user needs, see Security → Database least privilege.