Skip to content

Commit

Permalink
Update to azure config
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Apr 15, 2024
1 parent 9f7e3b0 commit a705e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docker-compose-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
image: "dkdsprototypesreg01.azurecr.io/containergroup:api"
platform: "linux/amd64"
ports:
- 443:3080
- 80:3080
- "443:3080"
- "80:3080"
depends_on:
- mongodb
- rag_api
Expand Down Expand Up @@ -47,6 +47,8 @@ services:
platform: "linux/amd64"
environment:
DB_HOST: vectordb
POSTGRES_USER: myuser
POSTGRES_PASSWORD: mypassword
RAG_PORT: 8000
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion ui/recipes_assistant_chat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM ghcr.io/danny-avila/librechat
FROM ghcr.io/danny-avila/librechat-dev:latest
#FROM ghcr.io/danny-avila/librechat:v0.7.0
RUN echo ""
RUN echo "!"
COPY ./ui/recipes_assistant_chat/librechat.yaml /app/librechat.yaml

0 comments on commit a705e34

Please sign in to comment.