Add Agent
This commit is contained in:
parent
998ebe2766
commit
389bd1dd04
|
|
@ -17,6 +17,20 @@ services:
|
|||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
- /:/host/root:ro
|
||||
# BESZEL AGENT
|
||||
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
|
||||
- /home/marc/beszel_agent_data:/var/lib/beszel-agent
|
||||
environment:
|
||||
LISTEN: 45876
|
||||
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbUhgfqJZtGQM5G4nkbje4ResarCWUkbStWR9ZzILta'
|
||||
TOKEN: 93a7205a-33e6-4985-983e-7f6b935ae252
|
||||
HUB_URL: https://monitor.bizmark.ch
|
||||
# ATLAS UI
|
||||
atlas:
|
||||
image: keinstien/atlas:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue