added watchtower and portainer

This commit is contained in:
John Lancaster
2024-02-18 19:35:30 -06:00
parent dda67bb3d0
commit eaec49927b
2 changed files with 27 additions and 6 deletions

View File

@@ -22,12 +22,14 @@ Various tools to monitor Docker containers
## Environment Variables
- `DOCKER_INFLUXDB_INIT_ORG`
- Designates the InfluxDB organization in `telegraf.conf`
- `INFLUX_WRITE_TOKEN`
- Designates the write token for InfluxDB in `telegraf.conf`
- `INFLUX_HOST` (optional)
- `LOKI_HOST` (optional)
| Environment Variable | Description |
| -------------------------- | ----------------------------------------------- |
| `HOSTNAME` | Hostname for identifying log lines |
| `DOCKER_GUID` | Group ID number for the `docker` user group |
| `DOCKER_INFLUXDB_INIT_ORG` | Organization name for InfluxDB |
| `INFLUX_WRITE_TOKEN` | InfluxDB write token |
| `INFLUX_HOST` | Hostname or IP address of the InfluxDB instance |
| `LOKI_HOST` | Hostname or IP address of the Loki instance |
## Setup