mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:41:08 +02:00
refactor(docker): switch nutriphi and skilltree to local builds
Replace GHCR images with local Docker builds for consistency. All 13 deployed backends now use the same build pattern: build: context: . / dockerfile: apps/*/apps/backend/Dockerfile Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e84e163c30
commit
4104bf1a82
1 changed files with 8 additions and 2 deletions
|
|
@ -489,7 +489,10 @@ services:
|
|||
start_period: 40s
|
||||
|
||||
nutriphi-backend:
|
||||
image: ghcr.io/memo-2023/nutriphi-backend:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/nutriphi/apps/backend/Dockerfile
|
||||
image: nutriphi-backend:local
|
||||
container_name: mana-app-nutriphi-backend
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
@ -516,7 +519,10 @@ services:
|
|||
start_period: 40s
|
||||
|
||||
skilltree-backend:
|
||||
image: ghcr.io/memo-2023/skilltree-backend:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/skilltree/apps/backend/Dockerfile
|
||||
image: skilltree-backend:local
|
||||
container_name: mana-app-skilltree-backend
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue