Ajout de Guichet, interface web d'administration du LDAP #2

Merged
lx merged 3 commits from guichet into master 2020-02-11 08:11:34 +00:00
Showing only changes of commit d80d47e215 - Show all commits

View file

@ -66,13 +66,13 @@ job "directory2" {
port_map {
web_port = 9991
}
volumes = [
"secrets/config.json:/config.json"
]
volumes = [
"secrets/config.json:/config.json"
]
}
template {
data = "{{ key \"configuration/directory/guichet/config.json\" }}"
data = "{{ key \"configuration/directory/guichet/config.json\" }}"
destination = "secrets/config.json"
}
@ -86,11 +86,11 @@ job "directory2" {
service {
name = "guichet"
tags = [
"guichet",
"traefik.enable=true",
"traefik.frontend.entryPoints=https,http",
"traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org",
]
"guichet",
"traefik.enable=true",
"traefik.frontend.entryPoints=https,http",
"traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org",
]
port = "web_port"
address_mode = "host"
check {