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