Reload Secrets & Configuration
With docker¶
- Edit
.envon the host machine (next todocker-compose.yml). - Recreate the container so new environment variables are injected:
docker compose up --build --force-recreate -d - Then go to http://127.0.0.1:5000 and use Cyberbro.
Without docker¶
- Edit
.env(or exported environment variables) with the updated values. - Restart your
gunicornprocess or service (e.g.systemctl restart cyberbro-serviceor you can usesupervisordwhich is probably the best option to run without docker). - Then go to http://127.0.0.1:5000 and use Cyberbro.