Fix: Remove external port binding from crm-app (conflicts with Coolify on port 8000)

This commit is contained in:
Agent Zero
2026-08-04 00:11:30 +02:00
parent e17b9c9e56
commit 40e9943e69
+1 -2
View File
@@ -111,8 +111,7 @@ services:
S3_SECRET_KEY: ${S3_SECRET_KEY:-}
S3_REGION: ${S3_REGION:-us-east-1}
S3_SECURE: ${S3_SECURE:-true}
ports:
- "8000:8000"
# No exposed ports — accessed via reverse proxy
volumes:
- storage:/data/storage
healthcheck: