forked from Deuxfleurs/infrastructure
Fix indentation
This commit is contained in:
parent
71767b52a5
commit
d80d47e215
1 changed files with 9 additions and 9 deletions
|
@ -66,13 +66,13 @@ job "directory2" {
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 9991
|
web_port = 9991
|
||||||
}
|
}
|
||||||
volumes = [
|
volumes = [
|
||||||
"secrets/config.json:/config.json"
|
"secrets/config.json:/config.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
data = "{{ key \"configuration/directory/guichet/config.json\" }}"
|
data = "{{ key \"configuration/directory/guichet/config.json\" }}"
|
||||||
destination = "secrets/config.json"
|
destination = "secrets/config.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,11 +86,11 @@ job "directory2" {
|
||||||
service {
|
service {
|
||||||
name = "guichet"
|
name = "guichet"
|
||||||
tags = [
|
tags = [
|
||||||
"guichet",
|
"guichet",
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.frontend.entryPoints=https,http",
|
"traefik.frontend.entryPoints=https,http",
|
||||||
"traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org",
|
"traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org",
|
||||||
]
|
]
|
||||||
port = "web_port"
|
port = "web_port"
|
||||||
address_mode = "host"
|
address_mode = "host"
|
||||||
check {
|
check {
|
||||||
|
|
Loading…
Reference in a new issue