Add secrets
This commit is contained in:
+5
-1
@@ -3,7 +3,11 @@ services:
|
|||||||
image: ghcr.io/dodelidoo-labs/sonobarr:latest
|
image: ghcr.io/dodelidoo-labs/sonobarr:latest
|
||||||
container_name: sonobarr
|
container_name: sonobarr
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- /srv/docker/secrets/sonobarr/.env
|
||||||
|
environment:
|
||||||
|
LIDARR_ADDRESS: http://192.168.97.13:8686
|
||||||
|
QUALITY_PROFILE_ID: 2
|
||||||
|
SIMILAR_ARTIST_BATCH_SIZE: 10
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/sonobarr/config
|
- ./config:/sonobarr/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user