Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 16, 2025
1 parent 8cc2a28 commit 8f1444b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions chat-with-context/demo/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
plugins: {
tailwindcss: {},
"postcss-nested": {},
autoprefixer: {},
},
};
3 changes: 3 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ elif [ "$1" = "likes" ]; then
else
ssh_cmd "git pull ; podman-compose up --force-recreate -d"
fi

# Fix connectivities issues between api and vectordb... (become podman compose is completly broken)
# podman exec -it api bash
2 changes: 1 addition & 1 deletion packages/expasy-agent/src/expasy_agent/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Settings(BaseSettings):
# vectordb_host: str = "vectordb"
# vectordb_host: str = "localhost"
# NOTE: old hack to fix a bug with podman internal network, can be removed soon
vectordb_host: str = "10.89.0.2"
vectordb_host: str = "10.89.1.2"

docs_collection_name: str = "expasy"
entities_collection_name: str = "entities"
Expand Down

0 comments on commit 8f1444b

Please sign in to comment.