fix(deploy): reloop-api 3011, reloop-web 3010 — nginx LXC101 upstream 정렬

This commit is contained in:
reloop
2026-04-14 19:57:00 +09:00
parent 1ad1256808
commit 3084f291e1

View File

@@ -16,7 +16,7 @@ module.exports = {
exec_mode: 'fork',
env: {
NODE_ENV: 'production',
PORT: '3001',
PORT: '3011',
},
max_memory_restart: '512M',
error_file: './logs/reloop-api.error.log',
@@ -34,7 +34,7 @@ module.exports = {
exec_mode: 'fork',
env: {
NODE_ENV: 'production',
PORT: '3003',
PORT: '3010',
HOSTNAME: '0.0.0.0',
},
max_memory_restart: '512M',