OBS-Layouts/docker-compose.yml

15 lines
253 B
YAML
Raw Normal View History

2022-11-07 13:29:25 -06:00
---
version: "3"
services:
app:
image: werefox-obs-layouts
container_name: obs-layouts
build: .
volumes:
- ./src:/usr/src/app/
ports:
- "3001:3000"
user: "1000:1000"
command: bash -c "cd obsl && npm run $MODE"