Create settings file (necessary with v3)

pull/3953/head
Rémi Bédard-Couture 5 months ago
parent 0ab3151825
commit 4595d83666

@ -44,6 +44,14 @@ $STD npm install -g pnpm
$STD pnpm i
$STD pnpm run build
cp -r .next/static .next/standalone/.next/
cat <<EOF >/opt/peanut/.next/standalone/config/settings.yml
WEB_HOST: 0.0.0.0
WEB_PORT: 3000
NUT_HOST: 0.0.0.0
NUT_PORT: 3493
EOF
mkdir -p /etc/peanut
ln -sf /opt/peanut/.next/standalone/config/settings.yml /etc/peanut/settings.yml
msg_ok "Installed Peanut"
msg_info "Creating Service"
@ -57,10 +65,10 @@ Restart=always
RestartSec=5
Type=simple
Environment="NODE_ENV=production"
Environment="NUT_HOST=localhost"
Environment="NUT_PORT=3493"
Environment="WEB_HOST=0.0.0.0"
Environment="WEB_PORT=3000"
#Environment="NUT_HOST=localhost"
#Environment="NUT_PORT=3493"
#Environment="WEB_HOST=0.0.0.0"
#Environment="WEB_PORT=3000"
WorkingDirectory=/opt/peanut
ExecStart=node /opt/peanut/.next/standalone/server.js
TimeoutStopSec=30

Loading…
Cancel
Save

Powered by BW's shoe-string budget.