diff --git a/hosting/docker-compose.test.yaml b/hosting/docker-compose.test.yaml index bd329f1869..dfd78621c5 100644 --- a/hosting/docker-compose.test.yaml +++ b/hosting/docker-compose.test.yaml @@ -45,15 +45,3 @@ services: - 6379 healthcheck: test: ["CMD", "redis-cli", "ping"] - - # wait-for-load: - # container_name: wait - # image: curlimages/curl - # depends_on: - # minio-service: - # condition: service_healthy - # couchdb-service: - # condition: service_healthy - # redis-service: - # condition: service_healthy - # restart: always