23 lines
741 B
Bash
23 lines
741 B
Bash
# Variables for config (re-run docker compose up after changes).
|
||
|
||
# Auth (optional)
|
||
MY_SECRET_TOKEN=123456
|
||
|
||
# *arr stack – API base URL and key (http from container)
|
||
RADARR_URL=http://radarr.internal
|
||
RADARR_API_URL=http://radarr.internal
|
||
RADARR_KEY=512cab3acfe84420957a9c8585560f8f
|
||
|
||
SONARR_URL=http://sonarr.internal
|
||
SONARR_API_URL=http://sonarr.internal
|
||
SONARR_KEY=b3a84ef407ca42d99f5bc22fb8afc401
|
||
|
||
LIDARR_URL=http://lidarr.internal
|
||
LIDARR_API_URL=http://lidarr.internal
|
||
LIDARR_KEY=e0862cb9aa8c4c0f8115ec794c5bebc1
|
||
|
||
# Portainer (Settings → API → Enable API; endpoint ID from URL e.g. !#/2/docker → 2)
|
||
PORTAINER_URL=http://portainer.internal
|
||
PORTAINER_ENDPOINT_ID=3
|
||
PORTAINER_API_KEY=ptr_zmLlSaAbw8nQRoJlDRb006IDVtJLojneToSVNWJxo3c=
|