mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Harden local RustFS bootstrap repo recovery
This commit is contained in:
parent
5daeae7571
commit
ea24efbf24
3 changed files with 37 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ Useful overrides:
|
|||
- `WORKDIR=/path/to/state`
|
||||
- `BUCKET=omnigraph-local`
|
||||
- `PREFIX=repos/context`
|
||||
- `RESET_REPO=1` to delete an existing partially initialized repo prefix before recreating it
|
||||
- `BIND=127.0.0.1:8080`
|
||||
- `RUSTFS_CONTAINER_NAME=omnigraph-rustfs-demo`
|
||||
|
||||
|
|
@ -74,6 +75,10 @@ If `aws` is not installed, the script attempts a user-local AWS CLI install via
|
|||
`python3 -m pip`. Docker Desktop or another Docker daemon must already be
|
||||
running.
|
||||
|
||||
If a previous bootstrap left objects behind under the selected `PREFIX` but did
|
||||
not finish initializing the repo, rerun with `RESET_REPO=1` or choose a new
|
||||
`PREFIX`.
|
||||
|
||||
## Container Deployment
|
||||
|
||||
Build the image:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue