mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
🔧 fix(photos): temporarily disable mana-media dependency
mana-media Dockerfile has a pre-existing bug with pnpm symlinks that needs to be fixed separately. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4452d371fa
commit
aa56ec844b
1 changed files with 3 additions and 2 deletions
|
|
@ -495,8 +495,9 @@ services:
|
|||
depends_on:
|
||||
mana-auth:
|
||||
condition: service_healthy
|
||||
mana-media:
|
||||
condition: service_healthy
|
||||
# mana-media dependency temporarily disabled until mana-media Dockerfile is fixed
|
||||
# mana-media:
|
||||
# condition: service_healthy
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3039
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue