Fix Coolify startup and add GitHub-to-Gitea deploy walkthrough

This commit is contained in:
dwindown
2026-03-15 06:46:36 +07:00
parent 661da7a0fe
commit 540e4200bb
4 changed files with 56 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ var http = require("http");
* Get port from environment and store in Express.
*/
var port = normalizePort(process.env.PORT);
var port = normalizePort(process.env.PORT || "3000");
app.set("port", port);
/**