Remove unused container
This commit is contained in:
parent
35a92a5fad
commit
382f71abf2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue