mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-14 18:10:40 +00:00
18 lines
492 B
YAML
18 lines
492 B
YAML
version: '2'
|
|
|
|
services:
|
|
github-releases-notifier:
|
|
restart: always
|
|
image: justwatch/github-releases-notifier
|
|
environment:
|
|
- GITHUB_TOKEN=XXX
|
|
- SLACK_HOOK=https://hooks.slack.com/services/T02MASDF7/B6WERHYRZ/XXX
|
|
command:
|
|
- '-r=golang/go'
|
|
- '-r=justwatchcom/elasticsearch_exporter'
|
|
- '-r=justwatchcom/gopass'
|
|
- '-r=justwatchcom/sql_exporter'
|
|
- '-r=kubernetes/minikube'
|
|
- '-r=prometheus/prometheus'
|
|
- '-r=shurcooL/githubql'
|