[bottin] Debug en cours de gobottin

This commit is contained in:
Quentin 2020-02-01 12:05:24 +01:00
parent ba5590ce97
commit ecbae866e1
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ job "directory2" {
task "server" { task "server" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/bottin_amd64:1" image = "lxpz/bottin_amd64:3"
readonly_rootfs = true readonly_rootfs = true
port_map { port_map {
ldap_port = 1389 ldap_port = 1389

View file

@ -416,8 +416,8 @@ job "email" {
tags = [ tags = [
"sogo", "sogo",
"traefik.enable=true", "traefik.enable=true",
"traefik.frontend.entryPoints=https", "traefik.frontend.entryPoints=https,http",
"traefik.frontend.rule=Host:sogo.deuxfleurs.fr;PathPrefix:/" "traefik.frontend.rule=Host:www.sogo.deuxfleurs.fr,sogo.deuxfleurs.fr;PathPrefix:/"
] ]
check { check {
type = "tcp" type = "tcp"