mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 14:29:23 +02:00
fix(photos): re-enable mana-media dependency
mana-media Dockerfile is now fixed, so photos-backend can depend on it again. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
22a6a6496c
commit
10502b5627
1 changed files with 2 additions and 3 deletions
|
|
@ -495,9 +495,8 @@ services:
|
|||
depends_on:
|
||||
mana-auth:
|
||||
condition: service_healthy
|
||||
# mana-media dependency temporarily disabled until mana-media Dockerfile is fixed
|
||||
# mana-media:
|
||||
# condition: service_healthy
|
||||
mana-media:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3039
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue