mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 13:03:10 +07:00
hoàn thành docker compose giai đoạn 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user