Skip to content

dsc-bot/webhook-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook Service

The service that sends the webhooks out

How to run

Production

  1. Clone the repository (git clone https://github.com/dsc-bot/webhook-service.git)
  2. Run docker build -t webhook-service .
  3. Run docker run -d -e LOG_LEVEL=info webhook-service

Development

  1. Clone the repository (git clone https://github.com/dsc-bot/webhook-service.git)
  2. Run go mod download
  3. Run go mod verify
  4. Run go run main.go

About

The service that sends the vote webhooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published