Skip to content

Instantly share code, notes, and snippets.

@orange723
Created June 3, 2026 19:07
Show Gist options
  • Select an option

  • Save orange723/8cb9d8b21298fc80eba78d95e563e9db to your computer and use it in GitHub Desktop.

Select an option

Save orange723/8cb9d8b21298fc80eba78d95e563e9db to your computer and use it in GitHub Desktop.
beszel
services:
beszel:
image: henrygd/beszel
container_name: beszel
restart: unless-stopped
environment:
- APP_URL=http://localhost:8090
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment