This commit is contained in:
traveler 2025-07-03 09:11:28 -05:00
parent 05d6a4637a
commit d194338cdb
2 changed files with 5 additions and 18 deletions

View file

@ -116,24 +116,7 @@ services:
constraints:
- node.hostname == nas
beszel-agent-bruce:
image: henrygd/beszel-agent:latest
restart: unless-stopped
ports:
- 45881:45881
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- netgrimoire
environment:
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNx6yKSqJHUiSKTM44/A1luwBije9HkHwnOxwXYx8q4"
LISTEN: "45881"
deploy:
mode: replicated
replicas: 1
placement:
constraints:
- node.hostname == bruce
networks:
netgrimoire: