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: