Change IRC port for Openbooks

This commit is contained in:
coolneng 2023-12-05 11:17:57 +01:00
parent d208ad22db
commit ef9f204237
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 9 additions and 2 deletions

View File

@ -18,8 +18,15 @@
image =
"evanbuss/openbooks@sha256:16609c3da954715f8f98b5de6c838146914ae700b2a700b4d9aad8b23c9217da";
ports = [ "127.0.0.1:9000:80" ];
cmd =
[ "--name" "john-khrafosta" "--searchbot" "searchook" "--persist" ];
cmd = [
"--name"
"bradar"
"--searchbot"
"searchook"
"--persist"
"-s"
"irc.irchighway.net:9999"
];
};
# Prometheus MQTT integration
mqtt2prometheus = {