Reload Secrets & Configuration
With docker
The container cyberbro is running
docker exec -it cyberbro bash
root@7b6e1c38676e:/app# nano secrets.json
root@7b6e1c38676e:/app# service supervisor restart
root@7b6e1c38676e:/app# exit
- Then go to http://127.0.0.1:5000 and use Cyberbro.
The container cyberbro is not running
- Edit
secrets.json
with the updated values.
docker compose up --build --force-recreate -d
- Then go to http://127.0.0.1:5000 and use Cyberbro.
Without docker
- Edit
secrets.json
with the updated values.
- Restart your
gunicorn
instance or start supervisord
e.g. service supervisord restart
- Then go to http://127.0.0.1:5000 and use Cyberbro.