11 lines
186 B
YAML
11 lines
186 B
YAML
services:
|
|
backend:
|
|
environment:
|
|
- SORTARR_LOG_LEVEL=DEBUG
|
|
volumes:
|
|
- ./backend/sortarr:/app/sortarr
|
|
web:
|
|
volumes:
|
|
- ./web/src:/usr/share/nginx/html:ro
|
|
|