https://github.com/cdeil/fly-panel
Example Panel app deployment on Fly
https://github.com/cdeil/fly-panel
Last synced: 4 months ago
JSON representation
Example Panel app deployment on Fly
- Host: GitHub
- URL: https://github.com/cdeil/fly-panel
- Owner: cdeil
- License: mit
- Created: 2024-07-21T18:40:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T19:15:58.000Z (almost 2 years ago)
- Last Synced: 2025-10-08T02:57:29.976Z (8 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fly-panel
Example Panel app deployment on Fly.
* https://panel.holoviz.org/how_to/deployment/
* https://fly.io/docs/python/
This is not working yet. BokehJS from the browser will not be able to establish a WS connection:
```
WebSocket connection to 'wss://example-panel.fly.dev/app/ws' failed
[bokeh 3.4.2] Failed to connect to Bokeh server: Could not open websocket
```
There is an old blog post here:
https://fly.io/blog/websockets-and-fly/
Probably the `fly.toml` config here is bad.
Can anyone fix it?