feat: services var

This commit is contained in:
2023-01-15 18:33:56 +01:00
parent 0530a5218d
commit 4fd118fde6
4 changed files with 16 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
{% set port = services[item.name].port %}
{% endif %}
{% if item.get("oidc") %}
{% if item.get("external_oidc") %}
{% set port = port + 1000 %}
{% endif %}