Remove host ports to prevent Coolify conflict
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user