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:
Till JS 2026-03-19 22:29:59 +01:00
parent e84e163c30
commit 4104bf1a82

View file

@ -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: