sear-Update
Deploy searxng / deploy (push) Successful in 7s

This commit is contained in:
Mike McFetridge
2026-08-11 08:25:32 -04:00
parent fdd15925ae
commit e8cb9bdaaa
+2 -2
View File
@@ -7,13 +7,13 @@ services:
- "8081:8080"
volumes:
- /opt/Docker-Deployments/searxng:/etc/searxng:rw
- /opt/Docker-Deployments/searxng_cache:/var/cache/searxng:rw
- /opt/Docker-Deployments/searxng/searxng_cache:/var/cache/searxng:rw
environment:
- SEARXNG_BASE_URL=https://search.mikemcfetridge.com
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}
- UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4}
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:8080" ]
test: [ "CMD", "curl", "-f", "http://192.168.2.14:8081" ]
interval: 10s
retries: 3
timeout: 10s