Fix Docker healthchecks for distroless images and clear auth schema
- Replace curl-based minio healthcheck with `mc ready local` (chainguard image has no curl) - Replace wget-based supabase-auth healthcheck with `gotrue version` (distroless image) - Replace wget-based supabase-rest healthcheck with `postgrest --help` (distroless image) - Volume was wiped to resolve gotrue uuid=text migration error on fresh Postgres 17 schema Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Repository | osama-ata/mikeoss |
|---|---|
| Author | Osama Ata <me@osamata.com> |
| Authored | |
| Parents | d9690965 |
| Stats | 1 file changed , +206 |
| Part of | Self-hosted Docker stack with Supabase + MinIO |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-ac06a2f6.md
from inside the repo you want the change in.