diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-08 12:42:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-08 12:42:48 +0100 |
commit | 7f08d5f3240bd8e93a9447ec814d7fbd474851b9 (patch) | |
tree | 8325387d3842c7c45786ecaf8c6644381859269f /app/plume | |
parent | 2c2ee6c903a2068da202e9456f6fa7c37833e5d5 (diff) | |
download | infrastructure-7f08d5f3240bd8e93a9447ec814d7fbd474851b9.tar.gz infrastructure-7f08d5f3240bd8e93a9447ec814d7fbd474851b9.zip |
Add tricot tags to everything
Diffstat (limited to 'app/plume')
-rw-r--r-- | app/plume/deploy/plume.hcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/plume/deploy/plume.hcl b/app/plume/deploy/plume.hcl index 7608a74..e89348f 100644 --- a/app/plume/deploy/plume.hcl +++ b/app/plume/deploy/plume.hcl @@ -46,6 +46,7 @@ job "plume" { "traefik.enable=true", "traefik.frontend.entryPoints=https,http", "traefik.frontend.rule=Host:plume.deuxfleurs.fr", + "tricot plume.deuxfleurs.fr", ] port = "web_port" address_mode = "host" |