hoàn thành docker compose giai đoạn 1

This commit is contained in:
2026-03-31 16:29:03 +07:00
parent 5baea90d61
commit 7da144286f
8 changed files with 211 additions and 2 deletions
+2
View File
@@ -20,6 +20,7 @@ services:
# ── FastAPI backend ───────────────────────────────────────────────────────────
backend:
image: ${BACKEND_IMAGE:-lms-backend:latest}
build:
context: ./backend
dockerfile: Dockerfile
@@ -42,6 +43,7 @@ services:
# ── Next.js frontend ──────────────────────────────────────────────────────────
frontend:
image: ${FRONTEND_IMAGE:-lms-frontend:latest}
build:
context: ./frontend
dockerfile: Dockerfile