The folder coder
contains all resources needed to deploy a Coder instance on Google Cloud Platform (GCP), along with reusable workspace templates and Docker images for the workspace environment.
-
deploy/
Terraform scripts and startup automation for provisioning the Coder server on a GCP VM. -
docker/
Dockerfiles and guides for building custom images used by Coder workspace templates. -
templates/
Coder workspace templates for reproducible, containerized development environments on GCP.
-
Provision Coder on GCP
Follow the steps indeploy/README.md
to set up your GCP environment and deploy the Coder server using Terraform. -
Build and Push Docker Images
Usedocker/README.md
to build and upload Docker images required by your templates. -
Push Workspace Templates
Seetemplates/README.md
for instructions on uploading workspace templates to your Coder instance.