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:
context: .
target: production
ports:
- "3001:80"
environment:
- NODE_ENV=production
labels:
@@ -15,8 +13,6 @@ services:
restart: always
build:
context: ./backend
ports:
- "3005:3005"
volumes:
- data-volume:/app/data
- uploads-volume:/app/uploads