mirror of
https://github.com/tubearchivist/tubearchivist-metrics.git
synced 2025-07-02 00:11:09 +00:00
fix compose example
This commit is contained in:
parent
b68c2d1ec3
commit
f4516a0ccc
@ -52,13 +52,14 @@ To view the main compose file for TubeArchivist, please see the main repository
|
||||
To add the metrics service in, place this into your compose file and update the environment variables as required.
|
||||
|
||||
```
|
||||
services:
|
||||
archivist-metrics:
|
||||
image: bbilly1/tubearchivist-metrics:latest
|
||||
image: bbilly1/tubearchivist-metrics
|
||||
container_name: archivist-metrics
|
||||
restart: always
|
||||
environment:
|
||||
- "TA_URL=http://tubearchivist.local"
|
||||
- "TA_KEY="your ta api key"
|
||||
- "TA_KEY=yourtaapikey"
|
||||
- "LISTEN_PORT=9934"
|
||||
- "POLL_INTERVAL=60"
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user