feat(docker): add prebuilt images
This commit is contained in:
parent
425a08432b
commit
fc5e35b1b1
3 changed files with 48 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue