Compare commits
No commits in common. "7508aac0a70d8260b4214960b18970305300011b" and "a1e2b254677a22f1f8968a06564661ac6203c162" have entirely different histories.
7508aac0a7
...
a1e2b25467
@ -10,10 +10,6 @@
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
This is a clone of the original SearXNG project.
|
|
||||||
The only addition by retoor is the compose.yml file.
|
|
||||||
Running this server is just `docker compose up` and it will run on 127.0.0.1:8088.
|
|
||||||
|
|
||||||
Privacy-respecting, hackable `metasearch engine`_
|
Privacy-respecting, hackable `metasearch engine`_
|
||||||
|
|
||||||
Searx.space_ lists ready-to-use running instances.
|
Searx.space_ lists ready-to-use running instances.
|
||||||
|
|||||||
29
compose.yml
29
compose.yml
@ -1,29 +0,0 @@
|
|||||||
services:
|
|
||||||
searxng:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
args:
|
|
||||||
SEARXNG_GID: 977
|
|
||||||
SEARXNG_UID: 977
|
|
||||||
LABEL_DATE: ""
|
|
||||||
GIT_URL: "unknown"
|
|
||||||
SEARXNG_GIT_VERSION: "unknown"
|
|
||||||
SEARXNG_DOCKER_TAG: "unknown"
|
|
||||||
LABEL_VCS_REF: ""
|
|
||||||
LABEL_VCS_URL: ""
|
|
||||||
volumes:
|
|
||||||
- /etc/searxng
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:8088:8080"
|
|
||||||
environment:
|
|
||||||
INSTANCE_NAME: searxng
|
|
||||||
AUTOCOMPLETE: ""
|
|
||||||
BASE_URL: ""
|
|
||||||
MORTY_KEY: ""
|
|
||||||
MORTY_URL: ""
|
|
||||||
SEARXNG_SETTINGS_PATH: /etc/searxng/settings.yml
|
|
||||||
UWSGI_SETTINGS_PATH: /etc/searxng/uwsgi.ini
|
|
||||||
UWSGI_WORKERS: "%k"
|
|
||||||
UWSGI_THREADS: 4
|
|
||||||
entrypoint: ["/sbin/tini", "--", "/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
|
|
||||||
Loading…
Reference in New Issue
Block a user