fix traefik
This commit is contained in:
@ -116,9 +116,6 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-"
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# on démarre traefik (plus lancé dans container.sh)
|
|
||||||
docker-compose -f /kaz/dockers/traefik/docker-compose.yml up -d
|
|
||||||
|
|
||||||
# on démare les containers de la liste uniquement (en une fois par cohérence de proxy)
|
# on démare les containers de la liste uniquement (en une fois par cohérence de proxy)
|
||||||
# "${KAZ_ROOT}/bin/container.sh" stop ${DOCKERS_LIST[*]}
|
# "${KAZ_ROOT}/bin/container.sh" stop ${DOCKERS_LIST[*]}
|
||||||
"${KAZ_ROOT}/bin/container.sh" start ${DOCKERS_LIST[*]}
|
"${KAZ_ROOT}/bin/container.sh" start ${DOCKERS_LIST[*]}
|
||||||
@ -126,6 +123,8 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-"
|
|||||||
if [[ " ${DOCKERS_LIST[*]} " =~ " traefik " ]]; then
|
if [[ " ${DOCKERS_LIST[*]} " =~ " traefik " ]]; then
|
||||||
# on initialise traefik :-(
|
# on initialise traefik :-(
|
||||||
${KAZ_COMP_DIR}/traefik/first.sh
|
${KAZ_COMP_DIR}/traefik/first.sh
|
||||||
|
# on démarre traefik (plus lancé dans container.sh)
|
||||||
|
docker-compose -f ${KAZ_COMP_DIR}/traefik/docker-compose.yml up -d
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ " ${DOCKERS_LIST[*]} " =~ " etherpad " ]]; then
|
if [[ " ${DOCKERS_LIST[*]} " =~ " etherpad " ]]; then
|
||||||
|
Reference in New Issue
Block a user