Coder Workspaces as code
Hi, i came across an example from @bpmct where he has a solution pretty much like how Gitpod/Github codespaces has where the end developer can open a new workspace(WS) that automates developer experience.
example: https://github.com/bpmct/bookshop-monorepo/blob/main/.coder/coder.yaml
v1 docs: https://coder.com/docs/coder/latest/workspaces/workspace-templates/templates
I cannot find anything like that for Coder OSS (v2) ... Is V2 backward compatible?
image:
value: bencdr/bookshop-coder:latest
example: https://github.com/bpmct/bookshop-monorepo/blob/main/.coder/coder.yaml
v1 docs: https://coder.com/docs/coder/latest/workspaces/workspace-templates/templates
I cannot find anything like that for Coder OSS (v2) ... Is V2 backward compatible?
image:
value: bencdr/bookshop-coder:latest
GitHub
A sample monorepo with multiple services for running a bookshop's inventory - bookshop-monorepo/coder.yaml at main · bpmct/bookshop-monorepo
