From c2bbaa7e6c5b9f4383c25ef1df4578c320446c0e Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Sat, 3 Aug 2024 15:03:16 +0300 Subject: [PATCH] Update telegram-client --- docker-compose.yml | 14 +++++++------- telegram-client | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d0b506d..6d35835 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,16 +10,16 @@ services: ports: - 4999:8080 environment: - ASPNETCORE_ENVIRONMENT: Production + ASPNETCORE_ENVIRONMENT: DockerCompose depends_on: nocr-rabbitmq: condition: service_healthy - nocr-users: - condition: service_healthy - nocr-text-matcher: - condition: service_healthy - nocr-telegram-listener: - condition: service_healthy + #nocr-users: + # condition: service_healthy + #nocr-text-matcher: + # condition: service_healthy + #nocr-telegram-listener: + # condition: service_healthy nocr-text-matcher: container_name: nocr-text-matcher diff --git a/telegram-client b/telegram-client index ea5cb89..5aa5c2b 160000 --- a/telegram-client +++ b/telegram-client @@ -1 +1 @@ -Subproject commit ea5cb891216d0c99734522ca003f080e1bc46581 +Subproject commit 5aa5c2b1837b572de51faec06954b897d7369290