This is the main repository of applications for use with Berrypatch. For more information, see that repo.
To add a new app:
- Create a new skeletal app using
bp dev mkapp
. Be sure the app name is unique. - Modify the
docker-compose.tmpl.yml
, and add any configuration variables your app needs to theberry.json
file. - Open a pull request here.