Files
mqtsream/docker-compose.yaml
2025-04-11 18:08:31 +02:00

12 lines
252 B
YAML

version: '3'
services:
liveqso:
build:
dockerfile: ./Dockerfile
container_name: liveqso
ports:
- 8000:8000 # Exposed port - see WEBPORT above
volumes:
- ./config.js:/usr/src/app/config.js
restart: unless-stopped