Trying
soaricarus_api CI / Rustfmt (pull_request) Successful in 2m21s
soaricarus_api CI / Test Suite (pull_request) Successful in 3m55s
soaricarus_api CI / Check (pull_request) Successful in 4m15s
soaricarus_api CI / Clippy (pull_request) Successful in 4m22s
soaricarus_api CI / build (pull_request) Successful in 3m48s

This commit is contained in:
2026-07-24 19:12:19 -04:00
parent 6574d0ee8f
commit e2a5e02aad
3 changed files with 109 additions and 133 deletions
+7 -5
View File
@@ -60,7 +60,9 @@ services:
- soaricarus-network
# --- storage service ---
maze:
image: dxflrs/garage:v2.3.0
build:
context: ./garage
dockerfile: Dockerfile
container_name: maze
restart: unless-stopped
ports:
@@ -81,13 +83,13 @@ services:
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- GARAGE_RPC_SECRET=${GARAGE_RPC_SECRET}
- BUCKET_NAME=${S3_BUCKET_NAME}
entrypoint: ["/entrypoint.sh"]
command: []
# entrypoint: ["/entrypoint.sh"]
# command: []
healthcheck:
# test: ["CMD-SHELL", "curl -f http://localhost:3901/v0/status || exit 1"]
test: ["CMD-SHELL", "curl -f http://localhost:3901/v0/status || exit 1"]
# test: ["CMD-SHELL", "echo 'What is to be done?'"]
# test: ["CMD-SHELL", "nc -z localhost 3900 || exit 1"]
test: ["CMD-SHELL", "/garage status | grep -q 'Health: ok' || exit 1"]
# test: ["CMD-SHELL", "/garage status | grep -q 'Health: ok' || exit 1"]
interval: 10s
timeout: 5s
retries: 5