Skip to content

Commit 5ba7762

Browse files
committed
Updated README.md
1 parent 5127f2e commit 5ba7762

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)