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