Explorar o código

fix(revisions): waiting for syncing-server on self-hosted setup

Karol Sójko hai 1 ano
pai
achega
27ad8e6959
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/revisions/supervisor/supervisor-server.sh

+ 1 - 2
packages/revisions/supervisor/supervisor-server.sh

@@ -2,6 +2,5 @@
 
 set -euo pipefail
 
-sh supervisor/wait-for.sh $DB_HOST $DB_PORT
-sh supervisor/wait-for.sh $REDIS_HOST $REDIS_PORT
+sh supervisor/wait-for.sh localhost $SYNCING_SERVER_PORT
 node docker/entrypoint-server.js