Remove unused container

This commit is contained in:
adrinr 2023-01-31 09:57:34 +00:00
parent 16e53957bc
commit ab7a83c9ec
1 changed files with 0 additions and 12 deletions

View File

@ -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