mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-05-31 02:51:19 +08:00
14 lines
212 B
YAML
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
|