fix: use current tigerbeetle format flags
Some checks failed
Build Docker Image / build (push) Failing after 18m11s
Some checks failed
Build Docker Image / build (push) Failing after 18m11s
This commit is contained in:
@@ -27,8 +27,9 @@ services:
|
||||
command:
|
||||
- >-
|
||||
TB_FILE=/var/lib/tigerbeetle/0_0.tigerbeetle; if [ ! -f "$$TB_FILE" ];
|
||||
then /tigerbeetle format --cluster=0 --replica=0 "$$TB_FILE"; fi; exec
|
||||
/tigerbeetle start --addresses=0.0.0.0:3000 --development "$$TB_FILE"
|
||||
then /tigerbeetle format --cluster=0 --replica=0 --replica-count=1
|
||||
"$$TB_FILE"; fi; exec /tigerbeetle start --addresses=0.0.0.0:3000
|
||||
--development "$$TB_FILE"
|
||||
expose:
|
||||
- "3000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user