Loading deploy/compose.tmpl.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ services: configs: - source: default-config target: /etc/nginx/conf.d/default.conf - source: redirect-redmic-config target: /etc/nginx/conf.d/redirect-redmic.conf - source: redirect-ecomarcan-config target: /etc/nginx/conf.d/redirect-ecomarcan.conf healthcheck: test: wget --spider -q http://localhost/nginx-health interval: ${HEALTHCHECK_INTERVAL:-30s} Loading Loading
deploy/compose.tmpl.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ services: configs: - source: default-config target: /etc/nginx/conf.d/default.conf - source: redirect-redmic-config target: /etc/nginx/conf.d/redirect-redmic.conf - source: redirect-ecomarcan-config target: /etc/nginx/conf.d/redirect-ecomarcan.conf healthcheck: test: wget --spider -q http://localhost/nginx-health interval: ${HEALTHCHECK_INTERVAL:-30s} Loading