Compare commits

..

No commits in common. "7508aac0a70d8260b4214960b18970305300011b" and "a1e2b254677a22f1f8968a06564661ac6203c162" have entirely different histories.

2 changed files with 0 additions and 33 deletions

View File

@ -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`_
Searx.space_ lists ready-to-use running instances.

View File

@ -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"]