aboutsummaryrefslogtreecommitdiff
path: root/app/core
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-01-27 09:57:49 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-01-27 09:57:49 +0100
commit831ddd30558d9015f9219ae28384a414d7b73bf6 (patch)
tree4e872f9fdbabb87584b0fde23ebd4e97ded6c899 /app/core
parenta13a02c45ca212c7ac0aae6dfa510219b6c9f46c (diff)
downloadinfrastructure-831ddd30558d9015f9219ae28384a414d7b73bf6.tar.gz
infrastructure-831ddd30558d9015f9219ae28384a414d7b73bf6.zip
Some fixes
Diffstat (limited to 'app/core')
-rw-r--r--app/core/deploy/core.hcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/core/deploy/core.hcl b/app/core/deploy/core.hcl
index f04f864..0c1792b 100644
--- a/app/core/deploy/core.hcl
+++ b/app/core/deploy/core.hcl
@@ -18,7 +18,7 @@ job "core" {
driver = "docker"
config {
- image = "darkgallium/amd64_diplonat:v3"
+ image = "lxpz/amd64_diplonat:3"
network_mode = "host"
readonly_rootfs = true
privileged = true
@@ -33,7 +33,6 @@ job "core" {
template {
data = <<EOH
-DIPLONAT_PRIVATE_IP={{ env "attr.unique.network.ip-address" }}
DIPLONAT_REFRESH_TIME=60
DIPLONAT_EXPIRATION_TIME=300
DIPLONAT_CONSUL_NODE_NAME={{ env "attr.unique.hostname" }}