mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-04 17:02:23 +02:00
11 lines
222 B
YAML
11 lines
222 B
YAML
services:
|
|
pymc-repeater:
|
|
build:
|
|
context: .
|
|
dockerfile: dockerfile
|
|
args:
|
|
PUID: ${PUID:-15888}
|
|
PGID: ${PGID:-15888}
|
|
GPIO_GID: ${GPIO_GID:-986}
|
|
SPI_GID: ${SPI_GID:-989}
|