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:
context: .
target: production
expose:
- "80"
environment:
- NODE_ENV=production
labels: