Skip to content

Commit

Permalink
fix: remove curl helathcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Jun 28, 2024
1 parent 8fe64c8 commit c4ea800
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ services:
- "/bin/sh"
- "-ec"
- >
echo "Waiting for nakama-db to be ready..." && curl -s --fail --retry 10 --retry-connrefused 10 http://nakama-db:8080/health?ready=1 >> /dev/null &&
echo "Waiting for cardinal to be ready..." && curl -s --fail --retry 10 --retry-connrefused 10 http://${CARDINAL_CONTAINER:-cardinal}:4040/health >> /dev/null &&
/nakama/nakama migrate up --database.address root:${DB_PASSWORD:-very_unsafe_password_replace_me}@nakama-db:26257/nakama &&
/nakama/nakama --config /nakama/data/local.yml
--database.address root:${DB_PASSWORD:-very_unsafe_password_replace_me}@nakama-db:26257/nakama
Expand Down

0 comments on commit c4ea800

Please sign in to comment.