mirror of
https://github.com/bonfire-networks/bonfire-deploy.git
synced 2025-05-19 19:36:29 +00:00
1.4 KiB
1.4 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
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new bonfire --secrets
(optionally with--pass
if you'd like to save secrets inpass
) and select your server from the list and enter the domain name you want Bonfire to be served fromabra app config YOUR_APP_DOMAIN_NAME
and check/edit the config keysabra app deploy YOUR_APP_DOMAIN_NAME
- Open the configured domain in your browser and sign up!
Upgrades
abra app deploy --force your-server.domain.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
How can I sign up via CLI?
Go into your app's Elixir console and enter something like Bonfire.Me.make_account_only("my@email.net", "my pw")
How can I get to the app's Elixir console?
abra app run your-server.domain.name app bin/bonfire remote