-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom install each container separately #363
Comments
Now trying to get it work over traefik with local ssl :
traefik :
With this settings works in http : Work in progress ... Looks like it has error 404 on this : What is this request ? :) |
ok found in other threads that HTTPS is not supported now, so please add it later :) |
Feel free to reopen the issue if you're still facing issues |
centos8 Still have this problem. docker file : perplexica-backend: perplexica-frontend: networks: volumes: |
The images we provide are hardcoded for local reference, you need to build your own images by |
Hello,
It would be nice to have option to install in docker without SearXNG, because some already have it installed.
So i try to do some custon docker compose from the original files.
I am pretty close but i have infinite loading screen when i launch UI.
Please help to make it run :)
I run this in rocky linux VM and podman.
What i did :
1/ cloned the repo
2/ edited config.toml
created API keys and pasted them in the file
3/ created custom docker-compose.yml
docker-compose.yml :
d.env :
RUN TEST : sudo bash /mnt/mydocker/code/go-one.sh
helper script : /mnt/mydocker/code/fx.sh
Code for each container is located in :
/mnt/mydocker/code/container-name/docker-compose.yml
/mnt/mydocker/code/container-name/... other files
Run files :
/mnt/mydocker/code/d.env
/mnt/mydocker/code/fx.sh
/mnt/mydocker/code/go-one.sh
Perpexica cloned to :
/mnt/mydocker/code/net-perplexica
/mnt/mydocker/code/net-perplexica/docker-compose.yml # my custom file
When running, data is located in :
/mnt/mydocker/appdata/net-perplexica
/mnt/mydocker/appdata/net-perplexica/data
/mnt/mydocker/appdata/net-perplexica/config.toml
Command to start test on rocky
sudo bash /mnt/mydocker/code/go-one.sh
When it starts :
I can see web page sayint "Cannot GET /" on this URL : http://192.168.50.118:53001/
So i presume backend API is reachable :
LAN : http://192.168.50.118:53001
DOCKER : http://ppkb:3001 or http://192.168.10.73:3001
and frontend :
LAN : http://192.168.50.118:53002/
DOCKER : http://ppkf:3000 or http://192.168.10.74:3000
My SearXNG is running and is already used with openwebui on this docker URL http://sxng:8080/search?q=
My Ollama is runnin on a gaming PC in wsl ubuntu and works well with openwebui too on this URL : http://192.168.50.54:11434
The problem i have is i see my perplexica UI but i have loading page forever :
I probably missed something somewhere, please help.
Best regards :)
The text was updated successfully, but these errors were encountered: