Universal_HamRadio_Remote_H.../docker-compose.yml
Niccolò Izzo f5c89354ce
Add Docker based deployment files
With this Dockerfile and docker-compose.yml, users can deploy this service on any
docker-enabled system, including linux servers, laptops, NAS etc.
2024-07-04 09:28:38 +02:00

11 lines
178 B
YAML

services:
uhrh:
build: .
container_name: uhrh
restart: always
devices:
- /dev/snd:/dev/snd
- /dev/ttyUSB0:/dev/ttyUSB0
ports:
- 8888:8888