| 
									
										
										
										
											2024-09-04 19:45:00 +00:00
										 |  |  | networks:
 | 
					
						
							|  |  |  |   beelzebub_local:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | services:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Beelzebub service
 | 
					
						
							|  |  |  |   beelzebub:
 | 
					
						
							|  |  |  |     build: .
 | 
					
						
							|  |  |  |     container_name: beelzebub
 | 
					
						
							|  |  |  |     restart: always
 | 
					
						
							|  |  |  | #    cpu_count: 1
 | 
					
						
							|  |  |  | #    cpus: 0.25
 | 
					
						
							|  |  |  |     networks:
 | 
					
						
							|  |  |  |      - beelzebub_local
 | 
					
						
							|  |  |  |     ports:
 | 
					
						
							|  |  |  |       - "22:22"
 | 
					
						
							|  |  |  |       - "80:80"
 | 
					
						
							| 
									
										
										
										
											2024-10-04 18:03:09 +00:00
										 |  |  |       - "2222:2222"
 | 
					
						
							| 
									
										
										
										
											2024-09-04 19:45:00 +00:00
										 |  |  |       - "3306:3306"
 | 
					
						
							| 
									
										
										
										
											2024-10-04 18:03:09 +00:00
										 |  |  |       - "8080:8080"
 | 
					
						
							| 
									
										
										
										
											2024-09-04 19:45:00 +00:00
										 |  |  |     environment:
 | 
					
						
							| 
									
										
										
										
											2024-11-14 16:12:55 +00:00
										 |  |  |       LLM_MODEL: "ollama"
 | 
					
						
							|  |  |  |       LLM_HOST: "http://ollama.local:11434/api/chat"
 | 
					
						
							|  |  |  |       OLLAMA_MODEL: "openchat"
 | 
					
						
							| 
									
										
										
										
											2025-01-09 18:41:45 +00:00
										 |  |  |     image: "ghcr.io/telekom-security/beelzebub:24.04.1"
 | 
					
						
							| 
									
										
										
										
											2024-09-04 19:45:00 +00:00
										 |  |  |     read_only: true
 | 
					
						
							|  |  |  |     volumes:
 | 
					
						
							|  |  |  |      - $HOME/tpotce/data/beelzebub/key:/opt/beelzebub/configurations/key
 | 
					
						
							|  |  |  |      - $HOME/tpotce/data/beelzebub/log:/opt/beelzebub/configurations/log
 |