Initial commit

This commit is contained in:
2026-02-09 15:12:44 +00:00
commit e54bcb3228
14 changed files with 490 additions and 0 deletions

14
docker-compose.yml Normal file
View File

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