doc: readme

This commit is contained in:
eneller
2025-09-08 07:47:54 +02:00
parent 4e6e92e135
commit 66956503cf

View File

@@ -9,7 +9,7 @@ To run the server, install the dependencies described in `pyproject.toml` and `u
in a virtual environment, ideally using [uv](https://docs.astral.sh/uv/) (or pip). in a virtual environment, ideally using [uv](https://docs.astral.sh/uv/) (or pip).
[Celery](https://docs.celeryq.dev/en/stable/) is used as a task queue with [redis](https://hub.docker.com/_/redis) as backend. [Celery](https://docs.celeryq.dev/en/stable/) is used as a task queue with [redis](https://hub.docker.com/_/redis) as backend.
A container for it is provided in the `docker-compose.yml`. A container for it is provided in the `src/docker-compose.yml`.
After the container is up, simply start your Celery workers from `src/` using After the container is up, simply start your Celery workers from `src/` using
```bash ```bash
celery -A epub2go_web worker --loglevel=INFO celery -A epub2go_web worker --loglevel=INFO
@@ -39,4 +39,4 @@ docker compose up
Follow the Development instructions, except replace the final command for the development server with Follow the Development instructions, except replace the final command for the development server with
```bash ```bash
gunicorn -c gunicorn.py gunicorn -c gunicorn.py
``` ```