Merge branch 'master' of github.com:notedsource/Perplexica into hristo/gcp-deploy-vertexai-models-embeddings

This commit is contained in:
Hristo 2024-05-30 11:19:50 -04:00
commit e0d9522435
4 changed files with 9 additions and 6 deletions

View file

@ -8,6 +8,7 @@ services:
- 4000:8080
networks:
- perplexica-network
restart: unless-stopped
perplexica-backend:
build:
@ -32,6 +33,7 @@ services:
- 3001:3001
networks:
- perplexica-network
restart: unless-stopped
perplexica-frontend:
build:
@ -47,6 +49,7 @@ services:
- 3000:3000
networks:
- perplexica-network
restart: unless-stopped
networks:
perplexica-network: