docker: error in default compose file

happens since this change https://github.com/calcom/docker/commit/c283a92614b54319a402207dd5de4e3e98751931

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

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 16 (6 by maintainers)

Most upvoted comments

I think you guys are on docker-compose v2 and need to update to v3, or something similar. @jschulman @klipitkas can you try and let us know? Thank you

I’m running Docker version 20.10.17, build 100c701 with the latest docker-compose plugin.

What’s weird is the DOCKER_BUILDKIT=0 isn’t working. Even tried exporting it as a global var and still get the:

network mode “stack” not supported by buildkit