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:
|
command:
|
||||||
- >-
|
- >-
|
||||||
TB_FILE=/var/lib/tigerbeetle/0_0.tigerbeetle; if [ ! -f "$$TB_FILE" ];
|
TB_FILE=/var/lib/tigerbeetle/0_0.tigerbeetle; if [ ! -f "$$TB_FILE" ];
|
||||||
then /tigerbeetle format --cluster=0 --replica=0 "$$TB_FILE"; fi; exec
|
then /tigerbeetle format --cluster=0 --replica=0 --replica-count=1
|
||||||
/tigerbeetle start --addresses=0.0.0.0:3000 --development "$$TB_FILE"
|
"$$TB_FILE"; fi; exec /tigerbeetle start --addresses=0.0.0.0:3000
|
||||||
|
--development "$$TB_FILE"
|
||||||
expose:
|
expose:
|
||||||
- "3000"
|
- "3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user