Feature/expose redis database via environment variable (#3036)

* Expose Redis database via environment variable

* Update changelog
This commit is contained in:
miles
2024-02-24 18:56:12 +08:00
committed by GitHub
parent e7158f6e16
commit a3178fb213
6 changed files with 6 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ We provide official container images hosted on [Docker Hub](https://hub.docker.c
| `POSTGRES_DB` | | The name of the _PostgreSQL_ database |
| `POSTGRES_PASSWORD` | | The password of the _PostgreSQL_ database |
| `POSTGRES_USER` | | The user of the _PostgreSQL_ database |
| `REDIS_DB` | `0` | The database index of _Redis_ |
| `REDIS_HOST` | | The host where _Redis_ is running |
| `REDIS_PASSWORD` | | The password of _Redis_ |
| `REDIS_PORT` | | The port where _Redis_ is running |