Initial commit

This commit is contained in:
scoped
2026-05-15 02:41:52 +00:00
commit e2de5f705a
73 changed files with 9965 additions and 0 deletions

9
compose.prod.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
web:
restart: unless-stopped
backend:
restart: unless-stopped
environment:
- SORTARR_LOG_LEVEL=${SORTARR_LOG_LEVEL:-INFO}
- SORTARR_DRY_RUN=${SORTARR_DRY_RUN:-false}