Skip to content

Commit

Permalink
Link to Docker Hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechRobo authored Dec 27, 2023
1 parent 1f7f40f commit 6289864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ There are docstrings included in the module (it is contained in `lostmediafinder

## Frontend
### Running in Docker(recommended):
There is an included Dockerfile that should work 100% fine. (I'll publish it to Docker Hub or something soon™️.) Let me know if it doesn't work or if you need help.
The software is available on Docker Hub: <https://hub.docker.com/r/thetechrobo/findyoutubevideo> Let me know if it doesn't work or if you need help.

Instead of modiying the gunicorn config, use `GUNICORN_<VARIABLE_NAME>` environment variables; the config is setup to work with that. For example, `GUNICORN_WORKERS` is the number of threads that are spawned to handle requests.

A command like this should work (runs on port 8000; change the `-p` flag to `<whatever port you want>:8000` to change that):

```
docker run --restart=unless-stopped -p 8000:8000 -e GUNICORN_WORKERS=4 <image name>
docker run --restart=unless-stopped -p 8000:8000 -e GUNICORN_WORKERS=4 thetechrobo/findyoutubevideo
```

## Licence
Expand Down

0 comments on commit 6289864

Please sign in to comment.