Skip to content

Commit

Permalink
removed nginx and have librechat serve plugin images instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 7, 2024
1 parent 7b00f7d commit 297e721
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion deploy_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"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"],
"humanitarian_ai_assistant-code-interpretor": [f"{container_registry}/{repo}","code-interpreter"],
}
docker_compose_file = "docker-compose-deploy.yml"
Expand Down
5 changes: 0 additions & 5 deletions docker-compose-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ services:
# user: "root"
# depends_on:
# - actions
nginx:
image: dkdsprototypesreg01.azurecr.io/humanitarian-ai-assistant:nginx
volumes:
- ${WEBAPP_STORAGE_HOME}/shared-data:/usr/share/nginx/html
restart: always
#code-interpretor:
# image: dkdsprototypesreg01.azurecr.io/humanitarian-ai-assistant:code-interpreter
# #command: 'python3 -c "import localserver.main; localserver.main.start()"'
9 changes: 0 additions & 9 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ services:
user: "root"
depends_on:
- actions
nginx:
image: nginx:latest
platform: linux/amd64
container_name: haa-nginx-images
ports:
- "9999:80"
volumes:
- shared-data:/usr/share/nginx/html
restart: always
#ingestion:
# platform: linux/amd64
# container_name: haa-ingestion
Expand Down

0 comments on commit 297e721

Please sign in to comment.