@@ -13,7 +13,7 @@ services:
|
|||||||
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}
|
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}
|
||||||
- UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4}
|
- UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "curl", "-f", "http://192.168.2.14:8081" ]
|
test: [ "CMD", "curl", "-f", "http://localhost:8081" ]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user