coder / envbuilder

Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Apache License 2.0
111 stars 23 forks source link

devcontainer: support docker-compose #236

Open johnstcn opened 1 month ago

johnstcn commented 1 month ago

Devcontainer spec supports specifying a compose file

e.g.

    "dockerComposeFile": "docker-compose.yml",

Example: https://github.com/BrunoQuaresma/openticket/blob/main/.devcontainer/devcontainer.json