Added: Overseerr ENVs to docker compose.
This commit is contained in:
parent
752073d590
commit
a60e41e6e4
1 changed files with 10 additions and 2 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
influxdb:
|
||||
hostname: influxdb
|
||||
container_name: influxdb
|
||||
image: influxdb:1.8.4
|
||||
image: influxdb:1.8
|
||||
networks:
|
||||
- internal
|
||||
volumes:
|
||||
|
@ -101,6 +101,14 @@ services:
|
|||
- VRKN_OMBI_1_REQUEST_TOTAL_RUN_SECONDS=300
|
||||
- VRKN_OMBI_1_GET_ISSUE_STATUS_COUNTS=true
|
||||
- VRKN_OMBI_1_ISSUE_STATUS_RUN_SECONDS=300
|
||||
- VRKN_OVERSEERR_1_URL=ombi.domain.tld
|
||||
- VRKN_OVERSEERR_1_APIKEY=xxxxxxxxxxxxxxxx
|
||||
- VRKN_OVERSEERR_1_SSL=false
|
||||
- VRKN_OVERSEERR_1_VERIFY_SSL=false
|
||||
- VRKN_OVERSEERR_1_GET_REQUEST_TOTAL_COUNTS=true
|
||||
- VRKN_OVERSEERR_1_REQUEST_TOTAL_RUN_SECONDSS=30
|
||||
- VRKN_OVERSEERR_1_GET_LATEST_REQUESTS_TO_FETCH=10
|
||||
- VRKN_OVERSEERR_1_NUM_LATEST_REQUESTS_SECONDS=300
|
||||
- VRKN_SICKCHILL_1_URL=sickchill.domain.tld:8081
|
||||
- VRKN_SICKCHILL_1_APIKEY=xxxxxxxxxxxxxxxx
|
||||
- VRKN_SICKCHILL_1_SSL=false
|
||||
|
@ -118,7 +126,7 @@ services:
|
|||
- internal
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
volumes:
|
||||
- /path/to/docker-grafana/config-folder:/config
|
||||
environment:
|
||||
- GF_PATHS_DATA=/config/data
|
||||
|
|
Loading…
Reference in a new issue