Adding compose.yaml and related files for Beszel

This commit is contained in:
2026-03-19 21:46:54 -04:00
parent b99fc435a8
commit 203c8a15ba
3 changed files with 67 additions and 0 deletions

13
beszel/compose.hubonly Normal file
View File

@@ -0,0 +1,13 @@
services:
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
environment:
APP_URL: http://localhost:8090
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_data
- ./beszel_socket:/beszel_socket