update README to include docker-compose command

Generated automatically with https://www.composerize.com/
This commit is contained in:
Luciano Laratelli
2021-09-28 18:42:22 -04:00
committed by GitHub
parent c50f121330
commit 1be3e39c3b

View File

@@ -118,6 +118,20 @@ docker run \
--name doplarr ghcr.io/kiranshila/doplarr:latest
```
Alternatively, use docker-compose:
```
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