Files
kr-phim/docker-compose.yml
T
2026-05-24 22:35:13 +07:00

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"