File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ version: "3.9"
33services :
44 beelzebub :
55 build : .
6- # network_mode: host # Not work on Mac OS
76 container_name : beelzebub
87 restart : always
9- ports : # Remove me, if you use configuration network_mode: host
8+ ports :
109 - " 22:22"
1110 - " 2222:2222"
1211 - " 8080:8080"
1312 - " 8081:8081"
1413 - " 80:80"
1514 - " 3306:3306"
16- - " 2112:2112" # Prometheus openmetrics
15+ - " 2112:2112" # Prometheus Open Metrics
1716 environment :
1817 RABBITMQ_URI : ${RABBITMQ_URI}
1918 volumes :
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func (sshStrategy *SSHStrategy) Init(beelzebubServiceConfiguration parser.Beelze
5757 OpenAIKey : beelzebubServiceConfiguration .Plugin .OpenAISecretKey ,
5858 Protocol : tracer .SSH ,
5959 Host : beelzebubServiceConfiguration .Plugin .Host ,
60- Model : beelzebubServiceConfiguration .Plugin .LLMProvider ,
60+ Model : beelzebubServiceConfiguration .Plugin .LLMModel ,
6161 Provider : llmProvider ,
6262 CustomPrompt : beelzebubServiceConfiguration .Plugin .Prompt ,
6363 }
You can’t perform that action at this time.
0 commit comments