Fix: Remove external port binding from crm-app (conflicts with Coolify on port 8000)
This commit is contained in:
+1
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user