Deployment
Prerequisites
Section titled “Prerequisites”- Docker and Docker Compose installed on the target server
- A running RabbitMQ broker accessible from the server
- SSH access to the server
Deploy
Section titled “Deploy”# TODO: fill in deployment stepsEnvironment Variables
Section titled “Environment Variables”| Variable | Description | Required |
|---|---|---|
RABBITMQ_HOST | Broker hostname or IP | Yes |
RABBITMQ_PORT | Broker AMQP port | Yes |
RABBITMQ_USER | Broker username | Yes |
RABBITMQ_PASS | Broker password | Yes |
RABBITMQ_VHOST | Virtual host | Yes |
Health Check
Section titled “Health Check”# TODO: describe how to verify the service is running