apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
26 stars 23 forks source link

Failed to run the launch-playground: depends_on contains an invalid type, it should be an array #10

Open coolderli opened 9 months ago

coolderli commented 9 months ago

I was trying to run the playground, and I encounter this error:

ERROR: The Compose file './docker-compose.yaml' is invalid because:
services.trino.depends_on contains an invalid type, it should be an array
services.gravitino.depends_on contains an invalid type, it should be an array
ERROR: The Compose file './docker-compose.yaml' is invalid because:
services.trino.depends_on contains an invalid type, it should be an array
services.gravitino.depends_on contains an invalid type, it should be an array

And I found this issue: https://github.com/docker/compose/issues/4305 says that the depends_on is not supported on v3 anymore. Can anyone help me this?

qqqttt123 commented 9 months ago

@coolderli What's the version of docker-compose which you used?

coolderli commented 9 months ago

@qqqttt123

docker-compose version 1.23.2, build 1110ad01 docker-py version: 3.6.0 CPython version: 3.6.7 OpenSSL version: OpenSSL 1.1.0f 25 May 2017

qqqttt123 commented 9 months ago

@qqqttt123

docker-compose version 1.23.2, build 1110ad01 docker-py version: 3.6.0 CPython version: 3.6.7 OpenSSL version: OpenSSL 1.1.0f 25 May 2017

My docker compose version is Docker Compose version v2.23.3-desktop.2. Could you upgrade your docker compose?

jerryshao commented 9 months ago

@qqqttt123 can you please prioritize the thing to help @coolderli ?