The default recipe template
Go to file Use this template
decentral1se d52d667721
chore: drop old drone config
2021-12-25 14:12:10 +01:00
.env.sample Support Golang templating 2021-07-25 19:28:58 +02:00
.gitignore Support Golang templating 2021-07-25 19:28:58 +02:00
README.md chore: fix README bullet formatting 2021-11-22 13:42:03 +02:00
compose.yml Add EXTRA_DOMAINS 2020-10-06 01:25:15 +02:00

README.md

{{ .Name }}

{{ .Description }}

  • Category:
  • Status:
  • Image:
  • Healthcheck:
  • Backups:
  • Email:
  • Tests:
  • SSO:

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new ${REPO_NAME} --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  6. Open the configured domain in your browser to finish set-up