Relax Dockge SearXNG dependency
All checks were successful
Container Image / build-and-push (push) Successful in 20s
All checks were successful
Container Image / build-and-push (push) Successful in 20s
This commit is contained in:
@@ -98,7 +98,7 @@ services:
|
|||||||
- CHROMADB_PORT=8000
|
- CHROMADB_PORT=8000
|
||||||
depends_on:
|
depends_on:
|
||||||
searxng:
|
searxng:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
chromadb:
|
chromadb:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ services:
|
|||||||
- PGID=${PGID:-1000}
|
- PGID=${PGID:-1000}
|
||||||
depends_on:
|
depends_on:
|
||||||
searxng:
|
searxng:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
chromadb:
|
chromadb:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -79,11 +79,9 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
# Pinned, not :latest — odysseus waits on searxng's healthcheck
|
# Pinned, not :latest. Dockge starts Odysseus after the SearXNG container
|
||||||
# (depends_on: condition: service_healthy), so a broken upstream `latest`
|
# starts instead of waiting on health, because SearXNG can take longer than
|
||||||
# tag blocks the whole app from starting. 2026.6.2 crashes on boot with
|
# Dockge's dependency timeout during first boot.
|
||||||
# `KeyError: 'default_doi_resolver'`, failing the healthcheck (issue #1414).
|
|
||||||
# Bump this deliberately after verifying a newer tag boots clean.
|
|
||||||
image: docker.io/searxng/searxng:2026.5.31-7159b8aed
|
image: docker.io/searxng/searxng:2026.5.31-7159b8aed
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user