Reset history to current sanitized state
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
sonobarr:
|
||||
image: ghcr.io/dodelidoo-labs/sonobarr:latest
|
||||
container_name: sonobarr
|
||||
env_file:
|
||||
- /srv/docker/secrets/sonobarr/.env
|
||||
environment:
|
||||
LIDARR_ADDRESS: http://192.168.97.13:8686
|
||||
QUALITY_PROFILE_ID: 2
|
||||
SIMILAR_ARTIST_BATCH_SIZE: 10
|
||||
volumes:
|
||||
- ./config:/sonobarr/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
npm_proxy:
|
||||
ipv4_address: 192.168.97.23 # change to an available IP on your proxy network
|
||||
|
||||
networks:
|
||||
npm_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user