Initial commit

This commit is contained in:
2026-02-08 15:24:35 +00:00
commit 4a47360e57
7 changed files with 254 additions and 0 deletions

9
docker-compose.yml Normal file
View File

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