Fix docker-compose expose routing for Coolify
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: production
|
target: production
|
||||||
|
expose:
|
||||||
|
- "80"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user