mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 15:07:46 +00:00
feat: add Docker support and implement movie detail and playback pages
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user