#SVTH-575 - Removendo consul de users.
This commit is contained in:
@@ -102,6 +102,8 @@ services:
|
|||||||
- KEEPALIVE_REPORTS_FRONTEND_HOST=${KEEPALIVE_REPORTS_FRONTEND_HOST}
|
- KEEPALIVE_REPORTS_FRONTEND_HOST=${KEEPALIVE_REPORTS_FRONTEND_HOST}
|
||||||
- KEEPALIVE_USERS_BACKEND_HOST=${KEEPALIVE_USERS_BACKEND_HOST}
|
- KEEPALIVE_USERS_BACKEND_HOST=${KEEPALIVE_USERS_BACKEND_HOST}
|
||||||
- KEEPALIVE_USERS_FRONTEND_HOST=${KEEPALIVE_USERS_FRONTEND_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:
|
depends_on:
|
||||||
consul:
|
consul:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -119,7 +121,6 @@ services:
|
|||||||
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT}
|
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT}
|
||||||
- ConnectionStrings__UsersDb=Host=postgres;Port=5432;Database=seventh_users;Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
- ConnectionStrings__UsersDb=Host=postgres;Port=5432;Database=seventh_users;Username=${POSTGRES_USER};Password=${POSTGRES_PASSWORD}
|
||||||
- MongoDbSettings__ConnectionString=mongodb://mongodb:27017
|
- MongoDbSettings__ConnectionString=mongodb://mongodb:27017
|
||||||
- ConsulSettings__Address=http://consul:8500
|
|
||||||
- ServiceRegistrationSettings__Host=users-api
|
- ServiceRegistrationSettings__Host=users-api
|
||||||
- ServiceRegistrationSettings__Port=${BACKEND_USERS_API_INTERNAL_PORT}
|
- ServiceRegistrationSettings__Port=${BACKEND_USERS_API_INTERNAL_PORT}
|
||||||
- Messaging__RabbitMQ__Host=rabbitmq
|
- Messaging__RabbitMQ__Host=rabbitmq
|
||||||
@@ -138,8 +139,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
mongodb:
|
mongodb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
consul:
|
|
||||||
condition: service_healthy
|
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user