added livebook, pinchflat and blinko
This commit is contained in:
7
pinchflat/Caddyfilepart
Normal file
7
pinchflat/Caddyfilepart
Normal file
@@ -0,0 +1,7 @@
|
||||
pinchflat.domr.ovh,
|
||||
pinchflat.home.domroese.eu {
|
||||
tls soenke@domroese.eu
|
||||
reverse_proxy 192.168.1.65:8945
|
||||
}
|
||||
|
||||
|
||||
11
pinchflat/docker-compose.yml
Normal file
11
pinchflat/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
pinchflat:
|
||||
image: ghcr.io/kieraneglin/pinchflat:latest
|
||||
environment:
|
||||
# Set the timezone to your local timezone
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- '8945:8945'
|
||||
volumes:
|
||||
- /home/soenke/docker-data/pinchflat/config:/config
|
||||
- /home/soenke/docker-data/pinchflat/downloads:/downloads
|
||||
Reference in New Issue
Block a user