# Civ This monorepo will eventually contain all civ projects and development ## Developing Locally ### Plugins ### Containers A docker compose stack is provided to help test containers built from this repo. To start the stack, run the following command: `docker compose up --build`. Please note that this stack is NOT suitable for production use. Optional services may be started by enabling the profile flag, e.g. `--profile ` Current services and exposed ports are: | Name | Ports | Description | Profile | |----------|-------|---------------------|------------| | pvp | | | | | mariadb | 3306 | TCP, Database | | | postgres | 5432 | TCP, Database | | | rabbitmq | 5672 | TCP, AMQP | | | | 15672 | HTTP, Management UI | | | grafana | 3000 | HTTP, Grafana UI | monitoring |