fix: run container on port 80 to match Dokploy domain routing (fixes 502)
Dokploy domains were configured to route to internal port 80, but the Node standalone server listened on 3000, causing Bad Gateway. Align the container's PORT/EXPOSE with Dokploy's routing instead.
This commit is contained in:
2
build.sh
2
build.sh
@@ -88,5 +88,5 @@ fi
|
||||
echo
|
||||
echo "Done. This script did NOT commit, push, or trigger Dokploy."
|
||||
echo "Review the diff above, then: git add -A && git commit && git push, and redeploy doormilesite in Dokploy."
|
||||
echo "Dokploy must route to internal container port 3000."
|
||||
echo "Dokploy must route to internal container port 80."
|
||||
echo "Required SMTP environment variables in Dokploy: SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASSWORD, CONTACT_RECEIVER"
|
||||
|
||||
Reference in New Issue
Block a user