From ab7a83c9ec689eabfd9a54ddeabb800ddbc614c0 Mon Sep 17 00:00:00 2001 From: adrinr Date: Tue, 31 Jan 2023 09:57:34 +0000 Subject: [PATCH] Remove unused container --- hosting/docker-compose.test.yaml | 12 ------------ 1 file changed, 12 deletions(-) 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