forked from Deuxfleurs/infrastructure
[bottin] Debug en cours de gobottin
This commit is contained in:
parent
ba5590ce97
commit
ecbae866e1
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ job "directory2" {
|
|||
task "server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lxpz/bottin_amd64:1"
|
||||
image = "lxpz/bottin_amd64:3"
|
||||
readonly_rootfs = true
|
||||
port_map {
|
||||
ldap_port = 1389
|
||||
|
|
|
@ -416,8 +416,8 @@ job "email" {
|
|||
tags = [
|
||||
"sogo",
|
||||
"traefik.enable=true",
|
||||
"traefik.frontend.entryPoints=https",
|
||||
"traefik.frontend.rule=Host:sogo.deuxfleurs.fr;PathPrefix:/"
|
||||
"traefik.frontend.entryPoints=https,http",
|
||||
"traefik.frontend.rule=Host:www.sogo.deuxfleurs.fr,sogo.deuxfleurs.fr;PathPrefix:/"
|
||||
]
|
||||
check {
|
||||
type = "tcp"
|
||||
|
|
Loading…
Reference in a new issue