Files
docker-baseimage-alpine-lig…/docker-compose.yml
2026-02-08 15:24:35 +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