Files
pyMC_Repeater/docker-compose.build.yml
T
2026-06-08 20:22:45 -04:00

12 lines
253 B
YAML

services:
pymc-repeater:
image: pymc-repeater:local
build:
context: .
dockerfile: dockerfile
args:
PUID: ${PUID:-15888}
PGID: ${PGID:-15888}
GPIO_GID: ${GPIO_GID:-986}
SPI_GID: ${SPI_GID:-989}