mirror of
https://github.com/bonfire-networks/bonfire-deploy.git
synced 2024-10-30 06:38:42 +00:00
A place your community is happy to call home.
https://bonfirenetworks.org/
.env.sample | ||
.gitignore | ||
abra.sh | ||
compose.yml | ||
entrypoint.sh.tmpl | ||
README.md | ||
secrets.sh |
bonfire
A coop-cloud recipe for deploying Bonfire
- Category: Apps
- Status: 1, alpha
- Image:
bonfirenetworks/bonfire
, 4, upstream - Healthcheck:
- Backups:
- Email:
- Tests:
- SSO:
Basic usage
- Set up Docker Swarm and
abra
- Deploy the
coop-cloud/traefik
proxy if you haven't already abra app new ${REPO_NAME}
- Generate secrets with
./secrets.sh YOUR_APP_NAME
abra app config YOUR_APP_NAME
to edit your config. Be sure to change$DOMAIN
to something that resolves to your Docker swarm box, check/edit the other config keysabra app deploy YOUR_APP_NAME
- Open the configured domain in your browser and sign up!
Upgrades
abra app deploy --force YOUR_APP_NAME