chore: drop unused MIKE_HOST from caddy + remove orphaned Dockerfile
Two cleanups surfaced by the final code review:
- Caddy's site address was relaxed from {$MIKE_HOST}:{$MIKE_PORT} to
:{$MIKE_PORT} in 9cc8453, but the compose service kept passing
MIKE_HOST: ${MIKE_HOST} into the container env. The variable is no
longer read by the Caddyfile; replace with a comment explaining
where MIKE_HOST is actually consumed (frontend build args + GoTrue
allow-list) so future maintainers don't assume it flows here.
- docker/init-garage.Dockerfile was created as part of 9613b6b's first
bootstrap attempt; the same commit pivoted init-garage to use
alpine:3.20 + Garage's HTTP admin API and the Dockerfile became
unreferenced. Delete it to avoid misleading future edits.
| Repository | Lef-F/mike |
|---|---|
| Author | Lef <Lef-F@users.noreply.github.com> |
| Authored | |
| Parents | 0549bff6 |
| Stats | 2 files changed , +3 , -6 |
| Part of | Self-host docker-compose stack |
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-e59f59ea.md
from inside the repo you want the change in.