[add] agent
This commit is contained in:
		
							parent
							
								
									7ef7a27d3a
								
							
						
					
					
						commit
						8d01b42681
					
				
					 2 changed files with 15 additions and 1 deletions
				
			
		
							
								
								
									
										13
									
								
								beszel/beszel_agent/compose.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								beszel/beszel_agent/compose.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,13 @@
 | 
				
			||||||
 | 
					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:
 | 
				
			||||||
 | 
					      PORT: 45876
 | 
				
			||||||
 | 
					      KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPkJm8uQCr9Y1LjzEtaI45EreqZfcEiCJ7gSoqUdsMoX"
 | 
				
			||||||
| 
						 | 
					@ -55,6 +55,7 @@ digraph saffron {
 | 
				
			||||||
            bgcolor = "#FFDEAD";
 | 
					            bgcolor = "#FFDEAD";
 | 
				
			||||||
            d2 [label = "olama:11434";href = "http://fins.local:11434/";tooltip = "Ollama (AI)";];
 | 
					            d2 [label = "olama:11434";href = "http://fins.local:11434/";tooltip = "Ollama (AI)";];
 | 
				
			||||||
            d4 [label = "openwebui:3001";href = "http://fins.local:3001/";tooltip = "Open WebUI";];
 | 
					            d4 [label = "openwebui:3001";href = "http://fins.local:3001/";tooltip = "Open WebUI";];
 | 
				
			||||||
 | 
					            d5 [label = "beszel::8090";href = "http://fins.local:8090/";tooltip = "monitor";];
 | 
				
			||||||
              d6 [label = "shotcut::3100";href = "http://fins.local:3100/";tooltip = "Vidio editor";];
 | 
					              d6 [label = "shotcut::3100";href = "http://fins.local:3100/";tooltip = "Vidio editor";];
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        subgraph cluster_e {
 | 
					        subgraph cluster_e {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue