Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Jun 10, 2024
1 parent 7f2ace9 commit f3c8dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ the `invenio-cli` command-line tool in the following ways:

* `invenio-cli` is not used.
* The `invenio-app-rdm` Docker prebuilt image provided by InvenioRDM Starter is used instead of building the image locally.
* `Python:3.12` based on Debian Bookworm is used as the Docker base image, instead of `Almalinux`.
* [Debian Bookworm](https://www.debian.org/releases/bookworm/) is used as the Docker base image, instead of `Almalinux`.
* The Docker image uses `Python 3.12` and `Node 20`.
* The Docker image uses `gunicorn` as the WSGI server instead of `uwsgi`.
* Docker Compose uses `Caddy` as the reverse proxy server instead of `Nginx`. InvenioRDM Starter run at `https://localhost`, and uses a self-signed certificate issued by `Caddy`.
* Docker Compose uses `Caddy` as the reverse proxy server instead of `Nginx`. InvenioRDM Starter will run locally at `https://localhost`, and uses a self-signed certificate issued by `Caddy`.
* Docker Compose uses `Redis` as the message broker instead of `RabbitMQ`

0 comments on commit f3c8dcf

Please sign in to comment.