mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
85df234ff2
commit
ce5f3b5384
1 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue