mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-30 01:02:32 -04:00
Merge branch 'main' of github.com:kiranshila/Doplarr into develop
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user