fix: integration tests runner in CI (#919)

This commit is contained in:
Juan Diego García
2026-03-18 15:51:17 -05:00
committed by GitHub
parent 9a2f973a2e
commit 1e396ca0ca
2 changed files with 15 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ services:
garage:
image: dxflrs/garage:v1.1.0
volumes:
- ../../data/garage.toml:/etc/garage.toml:ro
- ./integration/garage.toml:/etc/garage.toml:ro
healthcheck:
test: ["CMD", "/garage", "stats"]
interval: 5s

View File

@@ -0,0 +1,14 @@
metadata_dir = "/var/lib/garage/meta"
data_dir = "/var/lib/garage/data"
replication_factor = 1
rpc_secret = "abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789" # gitleaks:allow
rpc_bind_addr = "[::]:3901"
[s3_api]
api_bind_addr = "[::]:3900"
s3_region = "garage"
root_domain = ".s3.garage.localhost"
[admin]
api_bind_addr = "[::]:3903"