From ce5f3b5384279ce7a0f64ccacd47c24d80524ec0 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:51:25 +0100 Subject: [PATCH] chore(docker): build mana-auth locally instead of using GHCR image Allows faster iteration on auth fixes without needing to push to GHCR. Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 57bf410a0..644d73fbc 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -74,7 +74,10 @@ services: # ============================================ mana-auth: - image: ghcr.io/memo-2023/mana-core-auth:latest + build: + context: ./services/mana-core-auth + dockerfile: Dockerfile + image: mana-core-auth:local container_name: mana-core-auth restart: always depends_on: @@ -537,6 +540,8 @@ services: CLOCK_API_URL: http://mana-matrix-bot-clock:4018/api/v1 TODO_STORAGE_PATH: /app/data/todos.json CALENDAR_STORAGE_PATH: /app/data/calendar.json + STT_URL: http://host.docker.internal:3020 + TTS_URL: http://host.docker.internal:3022 volumes: - matrix_bots_data:/app/data ports: