Author SHA1 Message Date
tobbbs 49f68a595f Update compose.yaml 2026-05-26 13:32:26 +02:00
tobbbs 12aec549c7 Update compose.yaml 2026-05-26 12:04:59 +02:00
tobbbs c8decec286 Add compose.yaml 2026-05-26 12:00:25 +02:00
+18 -14
View File
@@ -1,16 +1,20 @@
services: services:
beszel-agent: databasus:
image: henrygd/beszel-agent container_name: databasus
container_name: beszel-agent networks:
restart: unless-stopped - hydra-local
network_mode: host image: databasus/databasus:latest
# ports:
# - "4005:4005"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /opt/99_backup/databasus-data:/databasus-data
- ./beszel_agent_data:/var/lib/beszel-agent restart: unless-stopped
# monitor other disks / partitions by mounting a folder in /extra-filesystems healthcheck:
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro test: ["CMD", "curl", "-f", "https://backup.doeringer.eu:443/api/v1/system/health"]
environment: interval: "10s"
LISTEN: 45876 timeout: "10s"
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd' retries: 15
TOKEN: 5ce92750-2361-448f-833a-78880101b723
HUB_URL: https://beszel.doeringer.eu networks:
hydra-local:
external: true