-
Notifications
You must be signed in to change notification settings - Fork 14
Deployment
Vipul edited this page Sep 18, 2021
·
4 revisions
docker-compose up
Pre-built image at: https://hub.docker.com/repository/docker/vipul20/slack-standup
Make sure to update the following environment variables in docker-compose.yml
-
SLACK_SIGNING_SECRET
: Slack signing secret -
SLACK_API_TOKEN
: Bot user oauth token.
-
SQLALCHEMY_DATABASE_URI
: URI of the database to use. By default, a Sqlite DB is configured.
Deploy on an existing Kubernetes using the helm chart in the repository here like below.
helm install --name slack-standup . values.yaml
Apply crons as below
kubectl apply -f crons/crons.yaml
These are crons for reminding teams for standup submissions and publishing
submissions on a Slack channel. Please edit commands, cron trigger time etc. in
crons.yaml
before applying.
Check the development doc if you want to manually setup the standup bot or looking for development.
To report any bugs, issues or feature requests please report them at: https://github.com/vipul-sharma20/slack-standup/issues