Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26cf4c1f1f |
@@ -12,6 +12,6 @@
|
|||||||
}
|
}
|
||||||
{% elif 'api' in routes %}
|
{% elif 'api' in routes %}
|
||||||
reverse_proxy {{ dash }}-api:8080
|
reverse_proxy {{ dash }}-api:8080
|
||||||
{% else %}
|
{% elif 'frontend' in routes %}
|
||||||
reverse_proxy {{ dash }}-frontend:3000
|
reverse_proxy {{ dash }}-frontend:3000
|
||||||
{% endif %}}
|
{% endif %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user