diff --git a/README.md b/README.md index a257c31..ae68388 100644 --- a/README.md +++ b/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 diff --git a/doplarr.xml b/doplarr.xml index 6b1f857..0df3eab 100644 --- a/doplarr.xml +++ b/doplarr.xml @@ -24,7 +24,7 @@ Mode="" Description="Discord bot API token" Type="Variable" Display="always" Required="true" Mask="false" />