#SVTH-575 - Removendo consul de users.

This commit is contained in:
2026-07-21 19:28:00 -03:00
parent c404289181
commit 2c47ba8918

View File

@@ -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: