DannyBen/kojo

View on GitHub
examples/erb/main.yml

Summary

Maintainability
Test Coverage
services:
  web:
    domain: %{domain}
    scale: %{scale}

  <%- if production and scale > 2 -%>
  proxy:
    image: nginx
    scale: %{scale}
  <%- end -%>