diff options
author | Alex Auvolat <alex@adnab.me> | 2020-07-05 16:48:59 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-07-15 16:06:28 +0200 |
commit | edb0a3737a9f445110d4f6b62b5ba300c9c86e33 (patch) | |
tree | 6ae4f48a2af07101465b2bfe4ebed3b9abe79edc /nomad/nextcloud.hcl | |
parent | 24118ab426f08e5bbfd9e53faeab09ac09f44313 (diff) | |
download | infrastructure-edb0a3737a9f445110d4f6b62b5ba300c9c86e33.tar.gz infrastructure-edb0a3737a9f445110d4f6b62b5ba300c9c86e33.zip |
WIP NextCloud using Garage backend, fix app download urlsalexvm
Diffstat (limited to 'nomad/nextcloud.hcl')
-rw-r--r-- | nomad/nextcloud.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/nextcloud.hcl b/nomad/nextcloud.hcl index 2cc4f5f..a5f66c8 100644 --- a/nomad/nextcloud.hcl +++ b/nomad/nextcloud.hcl @@ -45,7 +45,7 @@ job "nextcloud" { "nextcloud", "traefik.enable=true", "traefik.frontend.entryPoints=https,http", - "traefik.frontend.rule=Host:nextcloud.deuxfleurs.fr", + "traefik.frontend.rule=Host:nextcloud.deuxfleurs.fr,nextcloud.devx.adnab.me", ] port = "web_port" address_mode = "host" |