infra/obsidian-sync
Mannu d868499b42 fix: healthcheck uses credentials — container was marked unhealthy
/_up returns 401 when require_valid_user = true, so curl -f always
failed, Docker marked the container unhealthy, and Traefik refused to
route traffic to it (causing the 404 on couchdb.manohargupta.com).

Switch to CMD-SHELL so the shell can expand $COUCHDB_USER /
$COUCHDB_PASSWORD from the container's environment at runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 09:48:09 +05:30
..
couchdb fix(obsidian-sync): remove mem_limit; add enable_cors 2026-06-07 09:13:24 +05:30
docker-compose.yml fix: healthcheck uses credentials — container was marked unhealthy 2026-06-07 09:48:09 +05:30