{% if RUN_RALPH and RALPH_ENABLE_PUBLIC_URL %}
# Ralph
{{ RALPH_HOST }}{$default_site_port} {
    import proxy "ralph:8100"
}
{% endif %}
{% if RUN_SUPERSET %}
# Superset
{{ SUPERSET_HOST }}{$default_site_port} {
    import proxy "superset:{{SUPERSET_PORT}}"
}
{% endif %}

{% if RUN_ASPECTS_DOCS %}
{{ DBT_HOST }}{$default_site_port} {
    import proxy "aspects:7000"
}
{% endif%}
