blogbot: add to docker-compose

pull/444/head
Mike Lang 9 months ago
parent 8bde74f092
commit afa751f1a2

@ -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