Initial commit
This commit is contained in:
9
compose.prod.yaml
Normal file
9
compose.prod.yaml
Normal 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}
|
||||
|
||||
Reference in New Issue
Block a user