|
@@ -20,9 +20,9 @@
|
|
|
"wait-for:syncing-server": "docker/wait-for.sh localhost $SYNCING_SERVER_PORT",
|
|
|
"wait-for:auth": "docker/wait-for.sh localhost $AUTH_SERVER_PORT",
|
|
|
"start": "yarn node dist/bin/server.js",
|
|
|
- "supervisor:start": "yarn wait-for:syncing-server && node dist/bin/server.js",
|
|
|
+ "supervisor:start": "docker/wait-for.sh localhost $SYNCING_SERVER_PORT && node dist/bin/server.js",
|
|
|
"worker": "yarn node dist/bin/worker.js",
|
|
|
- "supervisor:worker": "yarn wait-for:auth && node dist/bin/worker.js",
|
|
|
+ "supervisor:worker": "docker/wait-for.sh localhost $AUTH_SERVER_PORT && node dist/bin/worker.js",
|
|
|
"cleanup": "yarn node dist/bin/cleanup.js",
|
|
|
"stats": "yarn node dist/bin/stats.js",
|
|
|
"daily-backup:email": "yarn node dist/bin/backup.js email daily",
|