Fix docker-compose expose routing for Coolify

This commit is contained in:
AI Bot
2026-07-30 13:50:55 +05:30
parent dcc6362ec8
commit 8fe1cca3df
+2
View File
@@ -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: