Files
kr-phim/docker-compose.yml
T

16 lines
291 B
YAML
Raw Normal View History

services:
2026-05-24 22:35:13 +07:00
cinek:
build:
context: .
dockerfile: Dockerfile
2026-05-24 22:35:13 +07:00
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"