feat: add Docker support and implement movie detail and playback pages

This commit is contained in:
thanhvudaynee
2026-05-17 21:01:33 +07:00
parent 8832b620f2
commit 69f6c90eda
9 changed files with 361 additions and 68 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
kr-phim:
build:
context: .
dockerfile: Dockerfile
container_name: kr-phim
restart: unless-stopped
environment:
NODE_ENV: production
HOST: 0.0.0.0
PORT: 3002
NITRO_HOST: 0.0.0.0
NITRO_PORT: 3002
ports:
- "3002:3002"