The default recipe template
Go to file Use this template
decentral1se 914d2b8541
fix: add version placeholder
2021-12-25 14:53:30 +01:00
.env.sample refactor: spacing 2021-12-25 14:12:15 +01:00
.gitignore Support Golang templating 2021-07-25 19:28:58 +02:00
README.md refactor: new inputs, new quick start 2021-12-25 14:12:16 +01:00
compose.yml fix: add version placeholder 2021-12-25 14:53:30 +01:00

README.md

{{ .Name }}

{{ .Description }}

  • Category: {{ .Category }}
  • Status: {{ .Status }}
  • Image: {{ .Image }}
  • Healthcheck: {{ .Healthcheck }}
  • Backups: {{ .Backups }}
  • Email: {{ .Email }}
  • Tests: {{ .Tests }}
  • SSO: {{ .SSO }}

Quick start

For more, see docs.coopcloud.tech

  1. abra app new {{ .Name }} --secrets
  2. abra app config <app-name>
  3. abra app deploy <app-name>