Skip to content

Commit 5482285

Browse files
Merge pull request #203 from nginx/internal/lightweight-mode-docker
Internal/lightweight mode docker
2 parents 2e70d51 + f4c3fde commit 5482285

File tree

3 files changed

+297
-75
lines changed

3 files changed

+297
-75
lines changed

content/includes/nim/docker/docker-compose-env-vars.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ docs:
44

55
{{<bootstrap-table "table table-striped table-bordered">}}
66
| Variable | Category | Description |
7-
|----------|----------|------------|
7+
|----------|----------|-------------|
8+
| **ENABLE_METRICS** | General | Enables or disables metrics collection and storage. Set to `false` to run in lightweight mode without ClickHouse. Defaults to `true`. |
9+
| **NIM_MAINTENANCE** | General | Enables maintenance mode for backup, restore, and troubleshooting (`true` or `false`). |
10+
| **NIM_LICENSE_MODE_OF_OPERATION** | General | Sets the license mode to either `connected` (default) or `disconnected`. |
811
| **NIM_LOG_LEVEL** | General | Sets the logging level for NGINX Instance Manager. |
912
| **NIM_METRICS_TTL** | General | Specifies the number of days to retain metrics. |
1013
| **NIM_EVENTS_TTL** | General | Specifies the number of days to retain event logs. |
1114
| **NIM_SECURITY_TTL** | General | Specifies the number of days to retain security violation logs. |
12-
| **NIM_MAINTENANCE** | General | Enables maintenance mode for backup, restore, and troubleshooting (`true` or `false`). |
1315
| **NIM_WATCHDOG_TIMEOUT** | General | Sets the timeout (in seconds) for the Data Plane Monitoring (DPM) watchdog. |
14-
| **NIM_LICENSE_MODE_OF_OPERATION** | General | Sets the license mode to either `connected` (default) or `disconnected`. |
1516
| **PROXY_ENABLE** | Forward Proxy | Enables or disables the use of a forward proxy (`true` or `false`). |
1617
| **PROXY_HOST** | Forward Proxy | The IP address or hostname of the proxy server. |
1718
| **PROXY_PORT** | Forward Proxy | The port number of the proxy server. |
@@ -20,7 +21,6 @@ docs:
2021
| **PROXY_USERNAME** | Forward Proxy | (Required if `PROXY_AUTH_REQUIRED=true`) The username for proxy authentication. |
2122
| **PROXY_PASSWORD** | Forward Proxy | (Required if `PROXY_AUTH_REQUIRED=true`) The password for proxy authentication. |
2223
| **PROXY_SSL_VERIFY** | Forward Proxy | Enables or disables SSL verification when `PROXY_PROTOCOL=https`. Default is `true`, meaning the proxy must have a valid certificate issued by a trusted Certificate Authority (CA). Set to `false` to allow self-signed or untrusted certificates (not recommended). |
23-
2424
{{</bootstrap-table>}}
2525

2626

0 commit comments

Comments
 (0)