~dricottone/container-images

container-images/srht-todo-webhooks/README.md -rw-r--r-- 312 bytes
e61b929eDominic Ricottone Okay now really things are updated a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# srht-todo-webhooks


## Build and Deploy

```
make image
```


### Tags

 + `latest`

----

## Use

Deploy the web workers for a sr.ht system's issue tracker service.

```
$conman run --detach --name srht-todo-webhooks --restart always \
    registry.intra.dominic-ricottone.com/srht-todo-webhooks:latest
```