mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 15:07:46 +00:00
16 lines
291 B
YAML
16 lines
291 B
YAML
services:
|
|
cinek:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: cinek
|
|
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"
|