Add RabbitMQ Management port, update README.md

This commit is contained in:
AngrySoundTech
2024-03-20 20:01:49 -04:00
parent 3818093ae9
commit 28172760d4
2 changed files with 9 additions and 7 deletions

View File

@@ -15,10 +15,11 @@ Optional services may be started by enabling the profile flag, e.g. `--profile <
Current services and exposed ports are:
| Name | Ports | Profile |
|----------|-----------|------------|
| pvp | | |
| mariadb | TCP/3306 | |
| postgres | TCP/5432 | |
| rabbitmq | HTTP/5672 | |
| grafana | HTTP/3000 | monitoring |
| 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 |