Skip to content

Commit

Permalink
Merge pull request #206 from ddosify/develop
Browse files Browse the repository at this point in the history
Update self hosted install script
  • Loading branch information
fatihbaltaci authored May 25, 2023
2 parents 806e1a8 + ecd263f commit 7d1bec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfhosted/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $COMPOSE_COMMAND -f "$REPO_DIR/selfhosted/docker-compose.yml" up -d
docker pull busybox:1.34.1 >/dev/null 2>&1
echo ""
echo "⏳ Waiting for services to be ready..."
docker run --rm --network selfhosted_ddosify busybox:1.34.1 /bin/sh -c "until nc -z nginx 80 && nc -z backend 8008 && nc -z hammermanager 8001 && nc -z rabbitmq_celery 5672 && nc -z rabbitmq_job 5672 && nc -z postgres_selfhosted 5432 && nc -z influxdb 8086; do sleep 5; done"
docker run --rm --network selfhosted_ddosify busybox:1.34.1 /bin/sh -c "until nc -z nginx 80 && nc -z backend 8008 && nc -z hammermanager 8001 && nc -z rabbitmq-celery 5672 && nc -z rabbitmq-job 5672 && nc -z postgres 5432 && nc -z influxdb 8086 && nc -z seaweedfs 8333; do sleep 5; done"
echo "✅ Ddosify Self Hosted installation complete!"
echo "📁 Installation directory: $REPO_DIR/selfhosted"
echo "🔥 To remove Ddosify Self Hosted, run: $COMPOSE_COMMAND down"
Expand Down

0 comments on commit 7d1bec4

Please sign in to comment.