mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-21 20:55:18 +00:00
fix: integration tests runner in CI (#919)
This commit is contained in:
committed by
GitHub
parent
9a2f973a2e
commit
1e396ca0ca
@@ -93,7 +93,7 @@ services:
|
|||||||
garage:
|
garage:
|
||||||
image: dxflrs/garage:v1.1.0
|
image: dxflrs/garage:v1.1.0
|
||||||
volumes:
|
volumes:
|
||||||
- ../../data/garage.toml:/etc/garage.toml:ro
|
- ./integration/garage.toml:/etc/garage.toml:ro
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "/garage", "stats"]
|
test: ["CMD", "/garage", "stats"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
14
server/tests/integration/garage.toml
Normal file
14
server/tests/integration/garage.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user