meow (#1355)
This commit is contained in:
+6
-4
@@ -54,8 +54,9 @@ module.exports = {
|
||||
// Reads TSS_API_HOST/PORT from .env (default 127.0.0.1:6100).
|
||||
{
|
||||
name: 'tssbot-api',
|
||||
script: 'web/main.py',
|
||||
interpreter: PY_INTERPRETER,
|
||||
script: PY_INTERPRETER,
|
||||
args: '-m web.main',
|
||||
interpreter: 'none',
|
||||
cwd: `${DEPLOY_PATH}/../TSSBOT`,
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
@@ -78,8 +79,9 @@ module.exports = {
|
||||
// Reads SREBOT_EXTERNAL_HOST/PORT/UPSTREAM_URL + STORAGE_VOL_PATH from .env.
|
||||
{
|
||||
name: 'relay-gateway',
|
||||
script: 'relay_gateway/gateway.py',
|
||||
interpreter: PY_INTERPRETER,
|
||||
script: PY_INTERPRETER,
|
||||
args: '-m relay_gateway.gateway',
|
||||
interpreter: 'none',
|
||||
cwd: `${DEPLOY_PATH}/../SHARED`,
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
|
||||
Reference in New Issue
Block a user