managarten/services/mana-search
Till JS 5a5e24f582 chore(docker): drop obsolete services/mana-search/docker-compose.dev.yml
Superseded by the top-level docker-compose.dev.yml (which defines
searxng + redis as part of the unified dev stack via `pnpm docker:up`).
This per-service file was an artefact from before the unified setup
and no script / doc / README still references it.

An orphan `mana-searxng-dev` + `mana-search-redis-dev` had been running
from this file for ~2 weeks, squatting on the host's port 8080. Every
first `pnpm dev:mana:all` after a cold machine start would fail with

  Bind for 0.0.0.0:8080 failed: port is already allocated

because the top-level compose's `mana-searxng` service couldn't take
8080 while the orphan held it. The second invocation silently
"worked" — docker saw the freshly-created mana-searxng container and
skipped the bind step on the idempotent up, leaving it healthy but
only reachable inside the docker network (8080/tcp, no external
publish).

Cleanup already done out-of-band:
  docker compose -f services/mana-search/docker-compose.dev.yml down
  docker compose -f docker-compose.dev.yml up -d --force-recreate searxng

Deleting the file so a stale `docker compose -f …/mana-search/dev.yml up`
can't resurrect the orphan.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 15:27:19 +02:00
..
cmd/server feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
internal feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
searxng feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
.gitignore refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
CLAUDE.md refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
Dockerfile feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
go.mod chore: complete ManaCore → Mana rename (docs, go modules, plists, images) 2026-04-07 12:26:10 +02:00
go.sum refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
package.json feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00