File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ Base Docker image for building Python microservices
1111| REDIS_PORT | Listened port by the Redis instance. | 6379 | – |
1212| RABBITMQ_HOST | Hostname of the RabbitMQ instance. | rabbitmq | – |
1313| RABBITMQ_PORT | Listened port by the RabbitMQ instance. | 5672 | – |
14+ | SERVICE_HOST | Hostname of the service. | localhost | – |
15+ | SERVICE_PORT | Listened port by the service. | 8000 | – |
1416| WAIT_FOR_MONGODB | Wait until the MongoDB container isn't initialized. | ` false ` | ` false ` or a positive integer value |
1517| WAIT_FOR_REDIS | Wait until the Redis container isn't initialized. | ` false ` | ` false ` or a positive integer value |
1618| WAIT_FOR_RABBITMQ | Wait until the RabbitMQ container isn't initialized. | ` false ` | ` false ` or a positive integer value |
19+ | WAIT_FOR_SERVICE | Wait until the service container isn't initialized. | ` false ` | ` false ` or a positive integer value |
You can’t perform that action at this time.
0 commit comments