mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-06-11 00:34:46 +02:00
12 lines
253 B
YAML
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}
|