Skip to content

Commit

Permalink
adding chainlit image environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed Nov 22, 2024
1 parent c3601d9 commit 58e7ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
chainlit:
image: reactome-chatbot
image: ${CHAINLIT_IMAGE}
container_name: biochat_chainlit
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
Expand Down Expand Up @@ -33,7 +33,6 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- ./initdb:/docker-entrypoint-initdb.d
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"]
Expand Down
1 change: 1 addition & 0 deletions env_template
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ PYTHON_PATH=/app/src:/app:
CHAT_ENV=reactome
CLOUDFLARE_SECRET_KEY=
CLOUDFLARE_SITE_KEY=0x4AAAAAAAkzFQ5GRs2toYuv
CHAINLIT_IMAGE=public.ecr.aws/reactome/reactome-chatbot:latest

0 comments on commit 58e7ea8

Please sign in to comment.