added livebook, pinchflat and blinko

This commit is contained in:
Sönke Domröse
2026-02-19 07:22:11 +01:00
parent 6ca32f3d2c
commit 614f48a705
6 changed files with 108 additions and 0 deletions

12
livebook/Caddyfilepart Normal file
View File

@@ -0,0 +1,12 @@
livebook.domr.ovh,
livebook.home.domroese.eu {
tls soenke@domroese.eu
reverse_proxy 192.168.1.65:8090
}
iframe.livebook.domr.ovh,
iframe.livebook.home.domroese.eu {
tls soenke@domroese.eu
reverse_proxy 192.168.1.65:8091
}

View File

@@ -0,0 +1,10 @@
services:
livebook-dev:
image: ghcr.io/livebook-dev/livebook
environment:
- LIVEBOOK_IFRAME_PORT=8091
- LIVEBOOK_PORT=8090
pull_policy: always
ports:
- '8091:8091'
- '8090:8090'