Merge branch 'master' of github.com:notedsource/Perplexica into hristo/deploy-on-gcp-gke

This commit is contained in:
Hristo 2024-05-21 15:41:23 -04:00
commit 4c7942d2e8
28 changed files with 1035 additions and 41 deletions

View file

@ -1,11 +1,9 @@
services:
searxng:
build:
context: .
dockerfile: searxng.dockerfile
image: docker.io/searxng/searxng:latest
volumes:
- ./searxng:/etc/searxng:rw
restart: always
expose:
- 4000
ports:
- 4000:8080
networks:
@ -30,8 +28,6 @@ services:
GOOGLE_APPLICATION_CREDENTIALS: /var/keys/gcp_service_account.json
depends_on:
- searxng
expose:
- 3001
ports:
- 3001:3001
networks:
@ -47,8 +43,6 @@ services:
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
depends_on:
- perplexica-backend
expose:
- 3000
ports:
- 3000:3000
networks: