Update README.md and .env.sample for Versity S3 Gateway configuration. Change path in README to reflect new directory structure and clarify environment variable usage for credentials. Modify .env.sample to include additional credential options and improve documentation for setting up the environment. Adjust compose.yaml to utilize pass-through environment variables, enhancing security and usability for deployment.
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
# Versity S3 Gateway — root credentials for the flat-file IAM backend.
|
||||
# Copy to `.env` and set strong values before `docker compose up -d`.
|
||||
# https://github.com/versity/versitygw/wiki/Quickstart
|
||||
#
|
||||
# Set either pair (same names as the Kubernetes Helm chart):
|
||||
# ROOT_ACCESS_KEY + ROOT_SECRET_KEY
|
||||
# ROOT_ACCESS_KEY_ID + ROOT_SECRET_ACCESS_KEY
|
||||
|
||||
ROOT_ACCESS_KEY=
|
||||
ROOT_SECRET_KEY=
|
||||
# ROOT_ACCESS_KEY_ID=
|
||||
# ROOT_SECRET_ACCESS_KEY=
|
||||
|
||||
# Host port mapped to the gateway (container listens on 10000).
|
||||
VERSITYGW_PORT=10000
|
||||
|
||||
Reference in New Issue
Block a user