starting work on a docker build

This commit is contained in:
Michael Gillett
2026-03-01 10:46:42 -05:00
parent ded15ea43d
commit d24bcb1f43
3 changed files with 72 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
pymc-repeater:
build: .
container_name: pymc-repeater
restart: unless-stopped
devices:
- /dev/spidev0.0
- /dev/spidev0.1
volumes:
- ./config.yaml:/etc/pymc_repeater/config.yaml:ro
- pymc_data:/var/lib/pymc_repeater
ports:
- "8000:8000"
volumes:
pymc_data: