mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 14:07:47 +00:00
16 lines
295 B
YAML
16 lines
295 B
YAML
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"
|