mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-03-31 06:24:10 -04:00
update README to include docker-compose command
Generated automatically with https://www.composerize.com/
This commit is contained in:
committed by
GitHub
parent
c50f121330
commit
1be3e39c3b
14
README.md
14
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user