Compare commits
2 Commits
a1e2b25467
...
7508aac0a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 7508aac0a7 | |||
| 7d68a22cea |
@ -10,6 +10,10 @@
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
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
Normal file
29
compose.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
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