From 2c47ba89189e2086e22df5f98f701f8b1c8b3378 Mon Sep 17 00:00:00 2001 From: renator2 Date: Tue, 21 Jul 2026 19:28:00 -0300 Subject: [PATCH] #SVTH-575 - Removendo consul de users. --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 169cd4f..fb1431c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -102,6 +102,8 @@ services: - KEEPALIVE_REPORTS_FRONTEND_HOST=${KEEPALIVE_REPORTS_FRONTEND_HOST} - KEEPALIVE_USERS_BACKEND_HOST=${KEEPALIVE_USERS_BACKEND_HOST} - KEEPALIVE_USERS_FRONTEND_HOST=${KEEPALIVE_USERS_FRONTEND_HOST} + - KEEPALIVE_TENANTS_BACKEND_HOST=${KEEPALIVE_TENANTS_BACKEND_HOST} + - KEEPALIVE_TENANTS_FRONTEND_HOST=${KEEPALIVE_TENANTS_FRONTEND_HOST} depends_on: consul: condition: service_healthy @@ -119,7 +121,6 @@ services: - ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT} - ConnectionStrings__UsersDb=Host=postgres;Port=5432;Database=seventh_users;Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD} - MongoDbSettings__ConnectionString=mongodb://mongodb:27017 - - ConsulSettings__Address=http://consul:8500 - ServiceRegistrationSettings__Host=users-api - ServiceRegistrationSettings__Port=${BACKEND_USERS_API_INTERNAL_PORT} - Messaging__RabbitMQ__Host=rabbitmq @@ -138,8 +139,6 @@ services: condition: service_healthy mongodb: condition: service_healthy - consul: - condition: service_healthy rabbitmq: condition: service_healthy networks: