diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-12-23 17:35:29 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-12-23 17:35:29 +0100 |
commit | e768b1675922e746f09828920b05d836a1cd365b (patch) | |
tree | 505560f6c972b802e94a4bff1ec2e3e641a37fda /terraform/hash-loki/main.tf | |
parent | 979ec08d3d35118f106559dc59c1961cd3534ba7 (diff) | |
download | infra-e768b1675922e746f09828920b05d836a1cd365b.tar.gz infra-e768b1675922e746f09828920b05d836a1cd365b.tar.bz2 infra-e768b1675922e746f09828920b05d836a1cd365b.tar.xz infra-e768b1675922e746f09828920b05d836a1cd365b.zip |
Diffstat (limited to 'terraform/hash-loki/main.tf')
-rw-r--r-- | terraform/hash-loki/main.tf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/terraform/hash-loki/main.tf b/terraform/hash-loki/main.tf index a393467..7f00e45 100644 --- a/terraform/hash-loki/main.tf +++ b/terraform/hash-loki/main.tf @@ -20,7 +20,9 @@ terraform { } locals { - host = "hash.trygvis.io" + host = "hash.trygvis.io" + host_config_dir = "/etc/docker-service/loki" + container_config_dir = "/config" } provider "docker" { |