
| Service | External Port | Internal Port |
|---|---|---|
| Nginx | 443(80) | 443(80) |
| Spring Cloud Gateway | - | 8000 |
| Eureka | - | 8761 |
| postgres | 5432 | 5432 |
| Redis | 6379 | 6379 |
| MongoDB | 47017 | 27017 |
| RabbitMQ - AMQP | 4885 | 5672 |
| RabbitMQ - UI | 8672 | 15672 |
| RabbitMQ - STOMP | 61613 | 61613 |
| jenkins | 8080 | 8080 |
| Sonarqube | 8081 | 8081 |
| chatbot-service | - | 8080 |
| openchat-service | - | 8080 |
| auth-service | - | 8443 |
| ai-service | 8085 | 8085 |
The methods in the controller should be named based on the HTTP method.