fix: use current tigerbeetle format flags
Some checks failed
Build Docker Image / build (push) Failing after 18m11s

This commit is contained in:
Ruslan Bakiev
2026-03-15 11:52:29 +07:00
parent ed11944d1e
commit fe74257dd3

View File

@@ -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: