Skip to content

Commit f16d7c4

Browse files
committed
[#84718] documentation: Add Redis to listed services
Signed-off-by: Anna Roszkiewicz <aroszkiewicz@antmicro.com>
1 parent 4b6c884 commit f16d7c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/source/rdfm_mgmt_server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ HTTP/WSGI configuration:
8686
- `RDFM_GUNICORN_WORKER_TIMEOUT` - (when using Gunicorn) maximum allowed timeout of request handling on the server worker. Configuring this option may be necessary when uploading large packages.
8787
- `RDFM_INCLUDE_FRONTEND_ENDPOINT` - specifies whether the RDFM server should serve the frontend application. If set, the server will serve the frontend application from endpoint `/api/static/frontend`. Before setting this variable, the frontend application must be built and placed in the `frontend/dist` directory.
8888
- `RDFM_FRONTEND_APP_URL` - specifies URL to the frontend application. This variable is required when `RDFM_INCLUDE_FRONTEND_ENDPOINT` is not set, as backend HTTP server has to know where to redirect the **user**.
89+
- `REDIS_HOST` - hostname for Redis, a cache event store used for sending server side events.
90+
- `REDIS_PORT` - port for Redis, a cache event store used for sending server side events.
8991

9092
API OAuth2 configuration (must be present when `RDFM_DISABLE_API_AUTH` is omitted):
9193

@@ -505,6 +507,7 @@ In the `server/deploy/docker-compose.full.yml` file, you can find a more advance
505507
* PostgreSQL (`postgres` service) for the RDFM Management Server and Keycloak databases
506508
* MinIO (`minio` service) object storage compatible with S3, along with a one-time service (`minio-bucket-creator`) that creates a bucket for RDFM updates
507509
* nginx-based server for RDFM and Keycloak frontends (`frontend` service)
510+
* Redis (`redis` service) cache event store used for sending server side events to the frontend
508511

509512
The `server/deploy/docker-compose.full.yml` file is accompanied by the `server/deploy/docker-compose.full.env` environment file, used to configure both the Docker Compose recipe and Docker containers running in the services.
510513
Some variables provided in this `server/deploy/docker-compose.full.env` file require modifications to create a safe deployment environment.

0 commit comments

Comments
 (0)