document_redaction / config /docker_app_config.env.example
seanpedrickcase's picture
Sync: fix on agentcore headers
976b3d6
Raw
History Blame Contribute Delete
1.07 kB
# Optional Docker-only settings for redaction-app services.
# Copy to config/docker_app_config.env (gitignored) and uncomment as needed.
#
# Loaded via env_file in docker-compose_llama.yml, docker-compose_llama_agentic.yml,
# and docker-compose_vllm.yml. Values in each service's environment: block override these.
# Does not affect ${VAR} substitution in the compose YAML itself — use a project .env
# file or shell exports for that, or run: docker compose --env-file config/docker_app_config.env ...
# --- AWS (Bedrock / Textract / Comprehend / S3 logging) ---
# RUN_AWS_FUNCTIONS=True
# PRIORITISE_SSO_OVER_AWS_ENV_ACCESS_KEYS=True
# AWS_REGION=eu-west-2
# AWS_DEFAULT_REGION=eu-west-2
# AWS_PROFILE=your-sso-profile # mount ~/.aws read-write (SSO refresh writes sso/cache)
# AWS_ACCESS_KEY=
# AWS_SECRET_KEY=
# DOCUMENT_REDACTION_BUCKET=
# S3_OUTPUTS_BUCKET=
# S3_OUTPUTS_FOLDER=
# --- Gemini (pi-gemini redaction-app profile) ---
# GEMINI_API_KEY=
# GOOGLE_API_KEY=
# --- vLLM compose (docker-compose_vllm.yml) ---
# VLLM_OPENAI_MODEL=QuantTrio/Qwen3.5-9B-AWQ