Expose active rendered site on port 3000

This commit is contained in:
2026-07-23 15:42:11 -07:00
parent 208e2153e3
commit 899351552d
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Group=website-engine
WorkingDirectory=/opt/website-engine-control-plane
Environment=NODE_ENV=production
Environment=HOST=127.0.0.1
Environment=PORT=3000
Environment=PORT=3001
Environment=LABYRICORN_BUILD_ROOT=/var/lib/website-engine/builds
ExecStart=/usr/bin/node /opt/website-engine-control-plane/dist/server.cjs
Restart=on-failure