chore: rename mukke to music in infra, scripts, and CI/CD

Update remaining mukke references in root package.json scripts,
docker-compose files, Grafana dashboards, Prometheus config,
CD pipeline, cloudflared config, deploy scripts, load tests,
and mana-auth user-data service.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-05 16:47:57 +02:00
parent 7afc1620aa
commit 47d893794e
14 changed files with 47 additions and 47 deletions

View file

@ -92,7 +92,7 @@ sleep 5
# Create all needed databases
for db in mana_auth mana_credits mana_user mana_subscriptions mana_analytics mana_sync \
chat todo calendar contacts storage cards mukke nutriphi planta \
chat todo calendar contacts storage cards music nutriphi planta \
questions traces context citycorners photos presi skilltree; do
docker compose -f "$COMPOSE_FILE" exec -T postgres \
psql -U postgres -c "CREATE DATABASE $db;" 2>/dev/null || true