Files
multi-watch/docker-compose.yml
2026-02-06 16:34:05 +00:00

9 lines
237 B
YAML

services:
{{.RepoName}}:
image: git.pi-farm.de/{{.OwnerName}}/{{.RepoName}}:{{.BranchName}}
container_name: {{.RepoName}}
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
restart: unless-stopped