Author SHA1 Message Date
tobbbs fd489ff2ab Update compose.yaml 2026-06-02 15:22:09 +02:00
tobbbs 28547d1cf2 Update compose.yaml 2026-06-02 14:16:25 +02:00
tobbbs b3848fad2f Update compose.yaml 2026-06-02 14:14:09 +02:00
tobbbs f707b5de19 Update compose.yaml 2026-06-02 14:13:50 +02:00
tobbbs 628e6150c5 Update compose.yaml 2026-06-02 10:10:23 +02:00
tobbbs 9f6a612882 Add compose.yaml 2026-06-02 09:58:50 +02:00
+14 -13
View File
@@ -1,16 +1,17 @@
services:
beszel-agent:
image: henrygd/beszel-agent
container_name: beszel-agent
restart: unless-stopped
network_mode: host
hawser:
container_name: hawser
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./beszel_agent_data:/var/lib/beszel-agent
# monitor other disks / partitions by mounting a folder in /extra-filesystems
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
- /var/run/docker.sock:/var/run/docker.sock
- /opt/hawser-stacks:/opt/hawser-stacks
networks:
- hydra-local
environment:
LISTEN: 45876
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd'
TOKEN: 5ce92750-2361-448f-833a-78880101b723
HUB_URL: https://beszel.doeringer.eu
- STACKS_DIR=/opt/hawser-stacks
- DOCKHAND_SERVER_URL=wss://bragi.doeringer.eu/api/hawser/connect
- TOKEN=${TOKEN}
image: ghcr.io/finsys/hawser:latest
networks:
hydra-local:
external: true