feat(docker): add prebuilt images

This commit is contained in:
ItzCrazyKns 2024-10-02 21:59:40 +05:30
parent 425a08432b
commit fc5e35b1b1
3 changed files with 48 additions and 1 deletions

View file

@ -15,6 +15,7 @@ services:
dockerfile: backend.dockerfile
args:
- SEARXNG_API_URL=http://searxng:8080
image: itzcrazykns1337/perplexica-backend:main
depends_on:
- searxng
ports:
@ -35,6 +36,7 @@ services:
args:
- NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
image: itzcrazykns1337/perplexica-frontend:main
depends_on:
- perplexica-backend
ports: