Skip to content

Commit

Permalink
fix(localenv): tigerbeetle entrypoint (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabineschaller authored Mar 20, 2023
1 parent 01dfa6e commit 7ca1647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/local/tigerbeetle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ services:
set -e
echo $$DATA_FILE_EXISTS
if [ "$$DATA_FILE_EXISTS" != 0 ]; then
/opt/beta-beetle/tigerbeetle format --cluster=0 --replica=0 $$DATA_FILE;
./tigerbeetle format --cluster=0 --replica=0 --replica-count=1 $$DATA_FILE;
fi
hostname -I
hostname -i
ls /var/lib/tigerbeetle
/opt/beta-beetle/tigerbeetle start --addresses=0.0.0.0:4342 $$DATA_FILE
./tigerbeetle start --addresses=0.0.0.0:4342 $$DATA_FILE
volumes:
tigerbeetle-data:

Expand Down

0 comments on commit 7ca1647

Please sign in to comment.