Closed chadwcarlson closed 5 months ago
Creating a brand new application with services using the Upsun CLI (project:init) defaults to a broken relationship definition it seems. This is the content of my config.yaml :
relationships: postgresql: service: "postgresql" endpoint: "postgresql:postgresql" redis: service: "redis" endpoint: "redis:redis"
Creating a brand new application with services using the Upsun CLI (project:init) defaults to a broken relationship definition it seems. This is the content of my config.yaml :