Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit b80b640

Browse files
authored
Moved table
1 parent fcdf8fc commit b80b640

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@
1919
1. Configure a `.env` file
2020
```bash
2121
LIVETL_API_KEY=
22-
CONTROLLER_URL=wss://api.livetl.app/kanatran/
23-
WATCHER_IMAGE=ghcr.io/livetl/watcher
24-
API_URL=https://api.livetl.app
2522
INTERCOM_NETWORK=kanatran
2623
MAX_CPU=50%
2724
MAX_MEM=4GB
2825
```
29-
30-
| Variable | Description | Default | Required | Values |
31-
|:---------|:------------|:--------|:---------|:-------|
32-
| `LIVETL_API_KEY` | LiveTL API Key | ` ` || String |
33-
| `WATCHER_IMAGE` | Watcher Image Name | `ghcr.io/livetl/watcher` || String |
34-
| `API_URL` | API URL | `https://api.livetl.app` || String |
35-
| `INTERCOM_NETWORK` | Inter-container Bridge Network Name | `kanatran` || String |
36-
| `CONTROLLER_URL` | Controller Address | `wss://api.livetl.app/kanatran/controller` || String |
37-
| `INTERCOM_PORT` | Inter-container Bridge Port | `6969` || Integer |
38-
| `MAX_CPU` | Max CPU Usage | `100%` || Percentage (`__%`) |
39-
| `MAX_MEM` | Max Memory Usage | `100%` || Bytes (`__GB`, `__MB`, etc.), Percentage (`__%`) |
26+
[View All Configurable Environment Variables](#Environment-Variables)
4027

4128
1. Run the pre-built image
4229
```bash
4330
docker run -v /var/run/docker.sock:/var/run/docker.sock --env-file .env ghcr.io/livetl/runner
4431
```
4532

33+
## Environment Variables
34+
35+
| Variable | Description | Required | Values | Default |
36+
|:---------|:------------|:---------|:-------|:--------|
37+
| `LIVETL_API_KEY` | LiveTL API Key || String | ` ` |
38+
| `WATCHER_IMAGE` | Watcher Image Name || String | `ghcr.io/livetl/watcher` |
39+
| `API_URL` | API URL || String | `https://api.livetl.app` |
40+
| `INTERCOM_NETWORK` | Inter-container Bridge Network Name || String | `kanatran` |
41+
| `CONTROLLER_URL` | Controller Address || String | `wss://api.livetl.app/kanatran/controller` |
42+
| `INTERCOM_PORT` | Inter-container Bridge Port || Integer | `6969` |
43+
| `MAX_CPU` | Max CPU Usage || Percentage (`__%`) | `100%` |
44+
| `MAX_MEM` | Max Memory Usage || Bytes (`__GB`, `__MB`, etc.), Percentage (`__%`) | `100%` |
45+
4646
## Development
4747

4848
#### Requirements

0 commit comments

Comments
 (0)