Updated readme

This commit is contained in:
2025-05-13 23:05:17 -04:00
parent abfa6b534c
commit 019fb77373

View File

@@ -40,6 +40,8 @@ The most likely to change environment variables are the following:
* `POSTGRES_PASSWORD` - Please change in production environments * `POSTGRES_PASSWORD` - Please change in production environments
* `MINIO_HOST` - Match to the `NGINX_HOST` value (see below) * `MINIO_HOST` - Match to the `NGINX_HOST` value (see below)
* `MINIO_ROOT_PASSWORD` - Please change in production environments * `MINIO_ROOT_PASSWORD` - Please change in production environments
* `MINIO_BROWSER_REDIRECT_URL` - Change to the FQDN of the URL that is reachable through the internet.
For example: `https://aviation.bensherriff.com/minio/`
* `NGINX_HOST` - The IP address of the system * `NGINX_HOST` - The IP address of the system
* `NGINX_INTERNAL_HOST` - Typically `host.docker.internal` or `172.17.0.1` * `NGINX_INTERNAL_HOST` - Typically `host.docker.internal` or `172.17.0.1`
to allow communication within the docker network to allow communication within the docker network
@@ -47,7 +49,7 @@ to allow communication within the docker network
* `ADMIN_EMAIL` - Please change in production environments * `ADMIN_EMAIL` - Please change in production environments
* `ADMIN_PASSWORD` - Please change in production environments * `ADMIN_PASSWORD` - Please change in production environments
* `VITE_API_URL` - Change to the FQDN of the URL that is reachable through the internet. * `VITE_API_URL` - Change to the FQDN of the URL that is reachable through the internet.
For example: `https://aviation.bensherriff.com` For example: `https://aviation.bensherriff.com/api`
* `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS` - Change to the domain of the `VITE_API_URL`. * `__VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS` - Change to the domain of the `VITE_API_URL`.
For example: `aviation.bensherriff.com` For example: `aviation.bensherriff.com`