Update docker-compose.yml
This commit is contained in:
parent
4fec545c5e
commit
ef8acddc4b
@ -13,6 +13,18 @@ services:
|
||||
nocr-rabbitmq:
|
||||
condition: service_healthy
|
||||
|
||||
nocr-text-matcher:
|
||||
container_name: nocr-text-matcher
|
||||
image: nocr-text-matcher:latest
|
||||
build:
|
||||
context: text-matcher
|
||||
dockerfile: src/Nocr.TextMatcher.Host/Dockerfile
|
||||
environment:
|
||||
ASPNETCORE_ENVIRONMENT: Production
|
||||
depends_on:
|
||||
nocr-rabbitmq:
|
||||
condition: service_healthy
|
||||
|
||||
nocr-rabbitmq:
|
||||
image: rabbitmq:3-management-alpine
|
||||
container_name: nocr-rabbitmq
|
||||
|
||||
Loading…
Reference in New Issue
Block a user