Files
Sortarr/compose.prod.yaml
2026-05-15 02:41:52 +00:00

10 lines
205 B
YAML

services:
web:
restart: unless-stopped
backend:
restart: unless-stopped
environment:
- SORTARR_LOG_LEVEL=${SORTARR_LOG_LEVEL:-INFO}
- SORTARR_DRY_RUN=${SORTARR_DRY_RUN:-false}