Add docker-compose.yml

Creation
This commit is contained in:
2025-05-20 19:04:07 -04:00
parent 4d5b096230
commit 641a7a27d4

22
docker-compose.yml Normal file
View File

@@ -0,0 +1,22 @@
services:
beszel:
image: henrygd/beszel
container_name: beszel
restart: unless-stopped
ports:
- 8090:8090
volumes:
- /opt/beszel_data:/beszel_data
beszel-agent:
image: "henrygd/beszel-agent"
container_name: "beszel-agent"
restart: unless-stopped
# network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
# monitor other disks / partitions by mounting a folder in /extra-filesystems
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
environment:
PORT: 45876
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB1Zszm6Xdvj7V649mcNlRx0F/GW/IIxk0ZWNkVRmNIF"