searxng / searxng-docker

The docker-compose files for setting up a SearXNG instance with docker.
GNU Affero General Public License v3.0
1.01k stars 247 forks source link

Docker hot reload #212

Closed Daddybackk closed 5 months ago

Daddybackk commented 5 months ago

I would like to make hot reload so when I edit the Web app files, it reflects on the live app

I know that I need to edit the webapp.py to be in debug mode

So what other changes do I need to make to work in the hot reload mode?

unixfox commented 5 months ago

Out of scope