Remove host ports to prevent Coolify conflict

This commit is contained in:
AI Bot
2026-07-30 13:11:16 +05:30
parent 2452ab3006
commit 180764debb
-4
View File
@@ -4,8 +4,6 @@ services:
build: build:
context: . context: .
target: production target: production
ports:
- "3001:80"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
labels: labels:
@@ -15,8 +13,6 @@ services:
restart: always restart: always
build: build:
context: ./backend context: ./backend
ports:
- "3005:3005"
volumes: volumes:
- data-volume:/app/data - data-volume:/app/data
- uploads-volume:/app/uploads - uploads-volume:/app/uploads