diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-22 11:32:48 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-22 11:32:48 +0100 |
commit | 3b92e1979d84e7202f82427a6e16585ffebb31a1 (patch) | |
tree | b0675b4adc661a0ffc0586b34cd6e38ba4d46aba /nomad | |
parent | 08101b82621457195c9a080237913d2c5a30208e (diff) | |
download | infrastructure-3b92e1979d84e7202f82427a6e16585ffebb31a1.tar.gz infrastructure-3b92e1979d84e7202f82427a6e16585ffebb31a1.zip |
Change Traefik conf + WIP jitsi
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/traefik.hcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nomad/traefik.hcl b/nomad/traefik.hcl index 8b9788e..3796c2d 100644 --- a/nomad/traefik.hcl +++ b/nomad/traefik.hcl @@ -60,11 +60,6 @@ job "frontend" { data = "{{ key \"configuration/traefik/traefik.toml\" }}" destination = "secrets/traefik.toml" } - template { - data = "{{ key \"configuration/traefik/cloudflare.env\" }}" - destination = "secrets/cloudflare.env" - env = true - } } } } |