Migrating from Docker Compose to Garden
Prerequisites
Getting the example application
The project.garden.yml file
apiVersion: garden.io/v2
kind: Project
name: compose2garden
environments:
- name: default
variables:
base-hostname: compose2garden.local.demo.garden
providers:
- name: local-kubernetesThe backend/backend.garden.yml file
The frontend/frontend.garden.yml file
The mongo/mongo.garden.yml file
Deploying the Garden project to Kubernetes

Running the Garden project in code synchronization mode
Larger migrations
Last updated
Was this helpful?

