Skip to content

Commit

Permalink
Working versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 7, 2024
1 parent ab06004 commit 2b381e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions deploy_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"humanitarian_ai_assistant-api": [f"{container_registry}/{repo}","api"],
"getmeili/meilisearch:v1.7.3": [f"{container_registry}/{repo}","meilisearch"],
"ghcr.io/danny-avila/librechat-rag-api-dev-lite:latest": [f"{container_registry}/{repo}","rag_api"],
"ankane/pgvector:latest": [f"{container_registry}/{repo}","docsdb"],
"humanitarian_ai_assistant-actions": [f"{container_registry}/{repo}","actions"],
"busybox": [f"{container_registry}/{repo}","init"],
"nginx:latest": [f"{container_registry}/{repo}","nginx"],
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: "3.4"

# Do not edit this file directly. Use a ‘docker-compose.override.yaml’ file if you can.
# Refer to `docker-compose.override.yaml.example’ for some sample configurations.

services:
api:
container_name: haa-libre-chat
Expand Down

0 comments on commit 2b381e3

Please sign in to comment.