Created
June 3, 2026 19:07
-
-
Save orange723/8cb9d8b21298fc80eba78d95e563e9db to your computer and use it in GitHub Desktop.
beszel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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