added livebook, pinchflat and blinko
This commit is contained in:
10
livebook/docker-compose.yml
Normal file
10
livebook/docker-compose.yml
Normal 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'
|
||||
Reference in New Issue
Block a user