chore: map web to host port 8770 to avoid Quill on 3000

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan
2026-07-10 18:12:50 +02:00
parent 7532e20d1e
commit 3459233fde
+2 -1
View File
@@ -22,7 +22,8 @@ services:
environment: environment:
DATABASE_URL: ${DATABASE_URL} DATABASE_URL: ${DATABASE_URL}
ports: ports:
- "3000:3000" # host:container — host 8770 avoids the Quill app on 3000 (and Lidarr on 8686)
- "8770:3000"
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy