mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-10-14 14:59:32 +07:00

- Updated `docker-compose.dev.yml` to include four Garage instances (garage, garage2, garage3, garage4) with separate configurations and volumes. - Introduced `garage.toml.template` for easier configuration management. - Enhanced README with instructions for setting up the development environment and running multiple instances.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
#
|
|
BASE_PATH=""
|
|
AUTH_USER_PASS='admin:$2y$10$2i1DScIpTap7oB6KEYLP7um9/ms6LBf.TBzuqfSWRdRMvWRe35Y0S'
|
|
API_BASE_URL="http://localhost:3903"
|
|
S3_ENDPOINT_URL="http://localhost:3900"
|
|
S3_REGION=garage
|
|
API_ADMIN_KEY="dev-admin-token"
|
|
PORT=3909
|
|
CONFIG_PATH="../dev.local/garage.toml"
|