From cf2ada944e673d65e4559aaae2bb2d1127f6a6f2 Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Thu, 28 Mar 2024 23:41:17 +0300 Subject: [PATCH] Update docker-compose --- docker-compose.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9d2984b..b9b3684 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: nocr-text-matcher: condition: service_healthy nocr-telegram-listener: - condition:service_healthy + condition: service_healthy nocr-text-matcher: container_name: nocr-text-matcher @@ -30,7 +30,18 @@ services: depends_on: nocr-rabbitmq: condition: service_healthy + nocr-text-matcher-db: + condition: service_healthy + nocr-text-matcher-db: + container_name: nocr-text-matcher-db + image: mariadb:latest + restart: always + ports: + - 3306:3306 + environment: + MARIADB_ROOT_PASSWORD: toor + nocr-telegram-listener: container_name: nocr-telegram-listener image: nocr-telegram-listener:latest