Skip to content

Commit 736dc1a

Browse files
committed
fix(docker): allow GEMINI_API_KEY to be overridden
1 parent 15d8c3a commit 736dc1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ GEMINI_API_KEY=YOUR_API_KEY
55
OPEN_ROUTER_API_KEY=YOUR_API_KEY
66

77
# For TEE deployment only
8-
TEE_IMAGE_REFERENCE=ghcr.io/YOUR_REPO_IMAGE:main
8+
TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-rag:main
99
INSTANCE_NAME=PROJECT_NAME-TEAM-_NAME

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COPY nginx.conf /etc/nginx/sites-enabled/default
5252
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5353

5454
# Allow workload operator to override environment variables
55-
LABEL "tee.launch_policy.allow_env_override"="OPEN_ROUTER_API_KEY"
55+
LABEL "tee.launch_policy.allow_env_override"="GEMINI_API_KEY,OPEN_ROUTER_API_KEY"
5656
LABEL "tee.launch_policy.log_redirect"="always"
5757

5858
EXPOSE 80

0 commit comments

Comments
 (0)