~dricottone/container-images

ref: ba597d5ab832f925cf67b786c438545a03264ff2 container-images/srht-meta-webhooks/README.md -rw-r--r-- 311 bytes
ba597d5aDominic Ricottone Added simple-chat 11 months 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-meta-webhooks


## Build and Deploy

```
make image
```


### Tags

 + `latest`

----

## Use

Deploy the web workers for a sr.ht system's user account service.

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