Staging still does use docker in the regsitry hostname

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-08-22 17:02:17 +02:00
parent d84e1df896
commit 450230aa75

View file

@ -451,7 +451,12 @@ frontend docker-candidate-registry-frontend
backend docker-candidate-registry-backend
balance hdr(appserver)
{% if env == "staging" %}
server docker-candidate-registry01 docker-candidate-registry01:5000 check inter 10s rise 1 fall 2
{% endif %}
{% if env == "production" %}
server oci-candidate-registry01 oci-candidate-registry01:5000 check inter 10s rise 1 fall 2
{% endif %}
frontend modernpaste-frontend
bind 0.0.0.0:10055