docker: bootstrap config and run rootless

This commit is contained in:
Yellowcooln
2026-05-18 10:23:37 -04:00
parent a08c4d093c
commit 72a8755399
3 changed files with 71 additions and 5 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
services:
pymc-repeater:
build: .
build:
context: .
args:
PUID: ${PUID:-1000}
PGID: ${PGID:-1000}
container_name: pymc-repeater
restart: unless-stopped
ports: