Remove unused container
This commit is contained in:
parent
16e53957bc
commit
ab7a83c9ec
|
@ -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