diff --git a/docker-compose.yml b/docker-compose.yml index db66f6a..40a3bcc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -97,6 +97,29 @@ services: networks: - gateway-net + searxng: + image: searxng/searxng@sha256:34d13094b1150bba739e16c95b7334040a524aadb557fbdbc41a42827aae5f8b + container_name: searxng + restart: unless-stopped + ports: + - "100.111.160.84:8888:8080" + environment: + - SEARXNG_BASE_URL=http://100.111.160.84:8888/ + - INSTANCE_NAME=localscout-pra + networks: + - gateway-net + healthcheck: + test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:8080/"] + interval: 30s + timeout: 5s + retries: 3 + start_period: 30s + logging: + driver: json-file + options: + max-size: "10m" + max-file: "3" + volumes: caddy_data: caddy_config: