recorder-dashboard-clean/docker-compose.yml

10 lines
153 B
YAML
Raw Permalink Normal View History

2026-03-31 15:29:50 -04:00
version: '3.8'
services:
app:
build: .
ports:
- "${PORT:-3000}:3000"
restart: unless-stopped
container_name: recorder-dashboard