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_SECRET_KEY: ${S3_SECRET_KEY:-}
|
||||||
S3_REGION: ${S3_REGION:-us-east-1}
|
S3_REGION: ${S3_REGION:-us-east-1}
|
||||||
S3_SECURE: ${S3_SECURE:-true}
|
S3_SECURE: ${S3_SECURE:-true}
|
||||||
ports:
|
# No exposed ports — accessed via reverse proxy
|
||||||
- "8000:8000"
|
|
||||||
volumes:
|
volumes:
|
||||||
- storage:/data/storage
|
- storage:/data/storage
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user