Initial commit
This commit is contained in:
10
compose.override.yaml
Normal file
10
compose.override.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
backend:
|
||||
environment:
|
||||
- SORTARR_LOG_LEVEL=DEBUG
|
||||
volumes:
|
||||
- ./backend/sortarr:/app/sortarr
|
||||
web:
|
||||
volumes:
|
||||
- ./web/src:/usr/share/nginx/html:ro
|
||||
|
||||
Reference in New Issue
Block a user