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