eg-short-video-maker / docker-compose.yml
aliSaac510's picture
first commit
43a2bcc
Raw
History Blame Contribute Delete
238 Bytes
version: "3"
services:
short-creator:
build:
context: .
dockerfile: main.Dockerfile
env_file:
- .env
environment:
- DEV=false
ports:
- "3123:3123"
entrypoint: ["node", "dist/index.js"]