blogbot: add to docker-compose

mike/chat-no-end-time
Mike Lang 3 weeks ago committed by Mike Lang
parent ce9a8309a2
commit e91d6b65ac

@ -35,6 +35,7 @@
tootbot: false, tootbot: false,
twitchbot: false, twitchbot: false,
pubbot: false, pubbot: false,
blogbot: false,
bus_analyzer: false, bus_analyzer: false,
graphs: false, graphs: false,
}, },
@ -315,6 +316,7 @@
args:: [], args:: [],
}, },
blogbot:: self.pubbot,
pubbot:: { pubbot:: {
zulip_email: "blog-bot@chat.videostrike.team", zulip_email: "blog-bot@chat.videostrike.team",
zulip_api_key: "", zulip_api_key: "",
@ -751,6 +753,10 @@
volumes: ["%s:/mnt" % $.segments_path], volumes: ["%s:/mnt" % $.segments_path],
}, },
[if $.enabled.blogbot then "blogbot"]:
bot_service("blogbot", $.blogbot + {
zulip_url: $.zulip_url,
}),
}, },
} }

Loading…
Cancel
Save