diff options
| author | Blaise Thompson <blaise@untzag.com> | 2021-08-04 12:56:35 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2021-08-04 12:56:35 -0500 | 
| commit | a85955422474380d4a2e72231c16b2e320073222 (patch) | |
| tree | 4ac83fff7d7ff6f22093dd89135808db6ddd5b22 | |
| parent | ed6540fc0e09404e45e2246c40111dccca3af730 (diff) | |
| -rw-r--r-- | README.md | 13 | 
1 files changed, 12 insertions, 1 deletions
@@ -22,4 +22,15 @@ Volumes:  This compose file will create a docker volume `mqtt_influxdb`.  This volume contains the influx database itself and should be backed up. -On the host machine it appears at `/var/lib/docker/volumes/mqtt_influxdb/`.
\ No newline at end of file +On the host machine it appears at `/var/lib/docker/volumes/mqtt_influxdb/`. + +## Repository + +This repository is being mirrored to several version control systems in an attempt to ensure maximum availability. + +| name             | url                                                           | +| ---------------- | ------------------------------------------------------------- | +| blaise           | https://git.blaise.zone/uw-madison-chem-shops/mqtt.git/about/ |  +| Codeburg         | https://codeberg.org/uw-madison-chem-shops/mqtt               | +| GitHub (primary) | https://github.com/uw-madison-chem-shops/mqtt                 | +| GitLab           | https://gitlab.com/uw-madison-chem-shops/mqtt                 |  | 
