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