Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up beszel Requires Docker Desktop. No source code needed — pulls pre-built images and starts beszel with all dependencies.
Image:
henrygd/beszel:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: beszel
description: "Lightweight server monitoring with Docker stats, historical data, and alerts"
repository: https://github.com/henrygd/beszel
logo: https://raw.githubusercontent.com/henrygd/beszel/main/beszel/site/src/assets/logo.svg
image: henrygd/beszel:latest
provides:
- protocol: http
port: 8090
exposed: true
storage:
data:
path: /beszel_data
persistent: true
restart: always Test Results
Last Tested
2026-04-09
Health Check
Passing
Startup Time
2s
Total Disk
30 MB
Learn More
Spec references for features used in this Launchfile.