mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
docs: Update environment variable services (#8490)
* docs: Update environment variable services * chore: format fix
This commit is contained in:
parent
7f854432ae
commit
0529076ed7
1 changed files with 13 additions and 14 deletions
|
@ -18,8 +18,8 @@ If this should not work, try running `docker compose up -d --force-recreate`.
|
||||||
## Docker Compose
|
## Docker Compose
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
| :---------------- | :-------------------- | :-------: | :-------------------------------------------------- |
|
| :---------------- | :-------------------- | :-------: | :-------------------------------------- |
|
||||||
| `IMMICH_VERSION` | Image tags | `release` | server, microservices, machine learning, web, proxy |
|
| `IMMICH_VERSION` | Image tags | `release` | server, microservices, machine learning |
|
||||||
| `UPLOAD_LOCATION` | Host Path for uploads | | server, microservices |
|
| `UPLOAD_LOCATION` | Host Path for uploads | | server, microservices |
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
@ -31,10 +31,10 @@ These environment variables are used by the `docker-compose.yml` file and do **N
|
||||||
## General
|
## General
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
| :------------------------------ | :------------------------------------------- | :------------------: | :------------------------------------------- |
|
| :------------------------------ | :------------------------------------------- | :------------------: | :-------------------------------------- |
|
||||||
| `TZ` | Timezone | | microservices |
|
| `TZ` | Timezone | | microservices |
|
||||||
| `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning, web |
|
| `NODE_ENV` | Environment (production, development) | `production` | server, microservices, machine learning |
|
||||||
| `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices |
|
| `LOG_LEVEL` | Log Level (verbose, debug, log, warn, error) | `log` | server, microservices, machine learning |
|
||||||
| `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices |
|
| `IMMICH_MEDIA_LOCATION` | Media Location | `./upload` | server, microservices |
|
||||||
| `IMMICH_CONFIG_FILE` | Path to config file | | server, microservices |
|
| `IMMICH_CONFIG_FILE` | Path to config file | | server, microservices |
|
||||||
| `IMMICH_WEB_ROOT` | Path of root index.html | `/usr/src/app/www` | server |
|
| `IMMICH_WEB_ROOT` | Path of root index.html | `/usr/src/app/www` | server |
|
||||||
|
@ -50,7 +50,6 @@ These environment variables are used by the `docker-compose.yml` file and do **N
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
| :---------------------- | :-------------------- | :-------: | :--------------- |
|
| :---------------------- | :-------------------- | :-------: | :--------------- |
|
||||||
| `PORT` | Web Port | `3000` | web |
|
|
||||||
| `SERVER_PORT` | Server Port | `3001` | server |
|
| `SERVER_PORT` | Server Port | `3001` | server |
|
||||||
| `MICROSERVICES_PORT` | Microservices Port | `3002` | microservices |
|
| `MICROSERVICES_PORT` | Microservices Port | `3002` | microservices |
|
||||||
| `MACHINE_LEARNING_HOST` | Machine Learning Host | `0.0.0.0` | machine learning |
|
| `MACHINE_LEARNING_HOST` | Machine Learning Host | `0.0.0.0` | machine learning |
|
||||||
|
|
Loading…
Reference in a new issue