add pinchflat to stack
This commit is contained in:
16
roles/docker/templates/pinchflat-compose.yml.j2
Normal file
16
roles/docker/templates/pinchflat-compose.yml.j2
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
pinchflat:
|
||||
environment:
|
||||
- TZ=America/Denver
|
||||
ports:
|
||||
- 100.70.169.99:8945:8945
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- data:/downloads
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
volumes:
|
||||
data:
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: lava
|
Reference in New Issue
Block a user