Merge branch 'main' of github.com:kiranshila/Doplarr into develop

This commit is contained in:
Kiran Shila
2022-01-04 08:50:17 -08:00
2 changed files with 16 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ you copied is correct.
#### Do you have a support server?
Yes! [here](https://discord.com/channels/890634173751119882/890634174195707965/890641954734485605)
Yes! [here](https://discord.gg/884mGq2fV6)
## Setup
@@ -118,6 +118,20 @@ docker run \
--name doplarr ghcr.io/kiranshila/doplarr:latest
```
Alternatively, use docker-compose:
```yaml
doplarr:
environment:
- SONARR_URL=http://localhost:8989
- RADARR_URL=http://localhost:7878
- SONARR_API=sonarr_api
- RADARR_API=radarr_api
- BOT_TOKEN=bot_token
container_name: doplarr
image: ghcr.io/kiranshila/doplarr:latest
```
## Building and Running Locally
You need the Clojure CLI tools to build

View File

@@ -24,7 +24,7 @@
Mode="" Description="Discord bot API token" Type="Variable"
Display="always" Required="true" Mask="false" />
<Config Name="Radarr URL" Target="RADARR_URL" Default=""
Mode="URL of Radarr instance" Description="" Type="Variable"
Mode="" Description="URL of Radarr instance" Type="Variable"
Display="always" Required="false" Mask="false" />
<Config Name="Radarr API Key" Target="RADARR_API" Default=""
Mode="" Description="API key of Radarr instance" Type="Variable"