Files
KVideo/docker-compose.yml
kuekhaoyang 43a35e3f47 new
2025-12-24 23:53:24 +08:00

14 lines
212 B
YAML

version: '3'
services:
kvideo:
container_name: kvideo
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- 3000:3000
environment:
- NODE_ENV=production