Holds flows for raspberry coffee bin counter with NodeRED.
- Create an docker network
docker network create webproxy - Rename the docker-compose file
cp docker-compose.development.yml docker-compose-override.yml - Start the application
docker-compose up -d
- Start your httpd proxy
- Start the application
docker-compose up -d
If you wanna use git to save your flows, you have to install git and create a key
sudo apt update && apt install git-core- Gennerate ssh key
ssh-keygen(hit enter twice) and add the generated key to your deployment key list on your repository servercat .ssh/id_rsa.pub - Configure git
git config --global push.default matchinggit config --global user.name "Coffee"git config --global user.email sammy@example.com
git clone YOUR-REPO.git ~/flows
- Authentification
- ADMIN_USERNAME
- ADMIN_PASSWORD
- Deployment
- GIT_EMAIL
- GIT_NAME
- GIT_REPOSITORY
- Monitoring
- PM2_SECRET_KEY
- PM2_PUBLIC_KEY
node-red-admin hash-pw
docker-compose build --no-cache node-red