Compare commits
No commits in common. "a6efc1539ae6127b79a77d77c152b368379de04d" and "9384644d9d43415e8007f752dd8cd1f5ba21ccf8" have entirely different histories.
a6efc1539a
...
9384644d9d
3 changed files with 7 additions and 38 deletions
|
@ -1,9 +1,8 @@
|
||||||
# use alpine as base for searx and set workdir as well as env vars
|
# use alpine as base for searx and set workdir as well as env vars
|
||||||
FROM alpine:3.20 AS base
|
FROM alpine:3.20 AS base
|
||||||
|
|
||||||
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 \
|
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16
|
||||||
GIT_URL=https://git.astrial.org/Astrial.org/searxng-custom GIT_BRANCH=master
|
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
||||||
ENV UPSTREAM_COMMIT=9424bac031db78ab23d1e5f21ec2906e3d603433
|
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
||||||
|
|
31
compose.yaml
31
compose.yaml
|
@ -1,31 +0,0 @@
|
||||||
# Compose file for testing
|
|
||||||
|
|
||||||
services:
|
|
||||||
searxng:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
|
|
||||||
container_name: searxng-custom
|
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
environment:
|
|
||||||
- SECRET_KEY=testing
|
|
||||||
- SEARXNG_REDIS_URL=redis://redis:6379/0
|
|
||||||
- AUTHORIZED_API=false
|
|
||||||
depends_on:
|
|
||||||
- redis
|
|
||||||
cap_drop: [ALL]
|
|
||||||
cap_add:
|
|
||||||
- CHOWN
|
|
||||||
- SETGID
|
|
||||||
- SETUID
|
|
||||||
|
|
||||||
redis:
|
|
||||||
image: docker.io/valkey/valkey:8-alpine
|
|
||||||
container_name: searxng-redis
|
|
||||||
cap_drop: [ALL]
|
|
||||||
cap_add:
|
|
||||||
- DAC_OVERRIDE
|
|
||||||
- SETGID
|
|
||||||
- SETUID
|
|
|
@ -8,10 +8,11 @@ general:
|
||||||
open_metrics: '' # Public metrics
|
open_metrics: '' # Public metrics
|
||||||
|
|
||||||
brand:
|
brand:
|
||||||
custom:
|
new_issue_url: https://github.com/searxng/searxng/issues/new
|
||||||
maintainer: "Astrial.org"
|
docs_url: https://docs.searxng.org/
|
||||||
links:
|
public_instances: https://searx.space
|
||||||
Uptime: "https://uptime.astrial.org/"
|
wiki_url: https://github.com/searxng/searxng/wiki
|
||||||
|
issue_url: https://github.com/searxng/searxng/issues
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# 0: none, 1: moderate, 2: strict
|
# 0: none, 1: moderate, 2: strict
|
||||||
|
|
Loading…
Reference in a new issue