Reorganizing and adding OVOS configs.

This commit is contained in:
2025-04-22 14:02:45 -04:00
parent 10809204df
commit 0903ca039c
11 changed files with 67 additions and 102 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
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:
LISTEN: 45876
KEY: ${BEZEL_AGENT_KEY}
portainer-agent:
container_name: portainer_agent
image: portainer/agent:2.27.0
volumes:
- /:/host
- /var/lib/docker/volumes:/var/lib/docker/volumes
- /var/run/docker.sock:/var/run/docker.sock
restart: always
ports:
- 9001:9001