forked from coop-cloud/bonfire
1.5 KiB
1.5 KiB
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
- Install
abra
on your computer - Set up your server with
abra server add --provision your-server.domain.name server_username 22
- Deploy the
coop-cloud/traefik
proxy if you haven't already abra app new --secrets https://github.com/bonfire-networks/bonfire-deploy
- Generate extra secrets with
~/.abra/apps/bonfire/secrets.sh YOUR_APP_NAME
and edit the config (in next step) forSECRET_SECRET_KEY_BASE_VERSION
,SECRET_SIGNING_SALT_VERSION
, andSECRET_ENCRYPTION_SALT_VERSION
fromv1
tov2
abra app config YOUR_APP_NAME
to check and edit the config (there are comments to explain the different options)abra app deploy YOUR_APP_NAME
- Open the configured domain in your browser and sign up!
Upgrades
abra app deploy --force YOUR_APP_NAME
FAQ
The app isn't starting
On the server, try this command to see what services are starting or not: docker service ls
and this one to debug why one isn't starting: docker service ps $container_name