Initial commit
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user