Use your favorite tool, Notion as better issue tracker for GitHub
Example
- Copy
setting.example.yaml
in same directory and Rename withsetting.yaml
- Change to valid values
- Install Python dependencies
- Type
./bin.start
on terminal to start
# Create Image
$ docker build -t notion-as-ticket-system:<tag> ./
# Start Container with 80 port
$ docker run -d --name <Container Name> -p 80:80 notion-as-ticket-system:<tag>