mirror of
https://github.com/adelatour11/codebarr.git
synced 2025-12-30 03:29:55 -06:00
Delete compose.testing.yaml
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
name: codebarr
|
||||
services:
|
||||
codebarr:
|
||||
# image: drewstopherlee/codebarr:latest
|
||||
build:
|
||||
context: .
|
||||
platforms:
|
||||
- "linux/amd64"
|
||||
- "linux/arm64"
|
||||
tags:
|
||||
- "drewstopherlee/codebarr:latest"
|
||||
container_name: codebarr
|
||||
ports:
|
||||
- 5083:5083
|
||||
environment:
|
||||
- SECRET_KEY=your_secret_key_here # Flask secret key (randomly-generated, long string)
|
||||
- CODEBARR_USERNAME=user # Change as needed
|
||||
- CODEBARR_PASSWORD=password # Change as needed
|
||||
- LIDARR_URL=https://localhost:8686 # Lidarr URL
|
||||
- LIDARR_API_KEY=yourkey # Lidarr API key
|
||||
- LIDARR_ROOT_FOLDER_PATH=/music # Music root folder
|
||||
- LIDARR_QUALITY_PROFILE=2 # Quality profile ID
|
||||
- LIDARR_METADATA_PROFILE=9 # Metadata profile ID
|
||||
- LIDARR_ARTIST_MONITORED=false # Monitor artist/album by default
|
||||
- LIDARR_MONITOR_NEW_ITEMS=none # How new releases are handled (options: all, none, new)
|
||||
- LIDARR_SEARCH_ON_ADD=false # Auto-search missing albums
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user