feat: seperate webintreface

This commit is contained in:
2025-10-22 10:35:23 -04:00
committed by sbcrumb
parent c84d08b266
commit decad07a0d
21 changed files with 4900 additions and 25 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ services:
- ./.env:/app/.env:ro # Main configuration
- ./.env.secrets:/app/.env.secrets:ro # Secrets
environment:
- PORT=8080
- CORE_API_PORT=8080
depends_on:
- radarr-postgres
```