diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-25 22:39:05 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-25 22:39:05 +0100 |
commit | 17b2c82339df911f9aced8eea42ff342f6ea8719 (patch) | |
tree | a0566cfa08f693e391872f1126e07031b46fb366 /app/dummy | |
parent | 5dead9cf4c9bf088ec69aa5ecfeb7db524586635 (diff) | |
download | nixcfg-17b2c82339df911f9aced8eea42ff342f6ea8719.tar.gz nixcfg-17b2c82339df911f9aced8eea42ff342f6ea8719.zip |
update im config
Diffstat (limited to 'app/dummy')
-rw-r--r-- | app/dummy/deploy/dummy-synapse.hcl | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/app/dummy/deploy/dummy-synapse.hcl b/app/dummy/deploy/dummy-synapse.hcl deleted file mode 100644 index 2d54960..0000000 --- a/app/dummy/deploy/dummy-synapse.hcl +++ /dev/null @@ -1,48 +0,0 @@ -job "dummy-synapse" { - datacenters = ["neptune"] - type = "service" - - group "synapse" { - count = 1 - - constraint { - attribute = "${attr.unique.hostname}" - operator = "=" - value = "cariacou" - } - - network { - port "http" { - to = 8008 - } - } - - task "synapse" { - driver = "docker" - config { - image = "matrixdotorg/synapse:v1.48.0" - ports = [ "http" ] - volumes = [ - "/mnt/ssd/dummy-synapse:/data", - ] - } - } - - - service { - port = "http" - tags = [ - "tricot matrix.home.adnab.me 100", - "tricot matrix.home.adnab.me:443 100", - "tricot matrix.home.adnab.me:8448 100", - "tricot-add-header Access-Control-Allow-Origin *", - ] - check { - type = "http" - path = "/" - interval = "10s" - timeout = "2s" - } - } - } -} |