mirror of
https://github.com/complexcaresolutions/frontend.sensualmoment.de.git
synced 2026-03-17 15:03:54 +00:00
chore: add PM2 ecosystem config (port 3003)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f4e610e81e
commit
967a3d23ce
1 changed files with 14 additions and 0 deletions
14
ecosystem.config.js
Normal file
14
ecosystem.config.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "sensualmoment",
|
||||
script: "node_modules/next/dist/bin/next",
|
||||
args: "start",
|
||||
cwd: "/home/frontend/frontend.sensualmoment.de",
|
||||
env: {
|
||||
PORT: 3003,
|
||||
NODE_ENV: "production",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue