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

15 lines
310 B
YAML
Raw Normal View History

2021-10-09 18:24:29 -05:00
---
version: "3"
services:
werefox-obs-layouts:
image: next-js:latest
container_name: werefox-obs-layouts
build:
context: .
dockerfile: Dockerfile
volumes:
2022-01-20 21:49:30 -06:00
- ./src:/usr/src/app/
2021-10-09 18:24:29 -05:00
ports:
- "64209:64209"
2022-01-20 21:49:30 -06:00
command: bash -c "cd werefox-obs-layouts && npm run $MODE"