Add Monitoring_Containers/beszel/compose.yaml

This commit is contained in:
2026-02-26 02:26:21 +00:00
parent f46e277a5a
commit eb29b2ca39
+11
View File
@@ -0,0 +1,11 @@
services:
beszel:
image: 'henrygd/beszel'
container_name: 'beszel'
restart: unless-stopped
environment:
- APP_URL=http://localhost:8090
ports:
- '8090:8090'
volumes:
- /home/Docker Volumes/beszel/beszel_data:/beszel_data