This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-obs-layouts/docker-compose.yml
2022-01-21 03:49:30 +00:00

14 lines
310 B
YAML

---
version: "3"
services:
werefox-obs-layouts:
image: next-js:latest
container_name: werefox-obs-layouts
build:
context: .
dockerfile: Dockerfile
volumes:
- ./src:/usr/src/app/
ports:
- "64209:64209"
command: bash -c "cd werefox-obs-layouts && npm run $MODE"