diff --git a/backend/services/docker-compose.yml b/backend/services/docker-compose.yml index d826c846..4f218764 100644 --- a/backend/services/docker-compose.yml +++ b/backend/services/docker-compose.yml @@ -523,11 +523,16 @@ services: - REDIS_PORT=6379 - REDIS_PASSWORD=${REDIS_PASSWORD:-} - REDIS_DB=9 + - KAFKA_BROKERS=kafka:29092 + - KAFKA_CLIENT_ID=admin-service + - KAFKA_CONSUMER_GROUP=admin-service-user-sync depends_on: postgres: condition: service_healthy redis: condition: service_healthy + kafka: + condition: service_started healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3010/api/v1/health"] interval: 30s