Remove unused var, typo
This commit is contained in:
parent
86f8a05e47
commit
8f72a89552
1 changed files with 1 additions and 8 deletions
|
@ -514,7 +514,7 @@ adguard_home_container_labels_traefik_tls_certResolver: "{{ devture_traefik_cert
|
|||
|
||||
|
||||
|
||||
#######################################################################
|
||||
########################################################################
|
||||
# #
|
||||
# appsmith #
|
||||
# #
|
||||
|
@ -579,13 +579,6 @@ authentik_server_container_additional_networks_auto: |
|
|||
([devture_postgres_container_network] if devture_postgres_enabled and authentik_database_hostname == devture_postgres_identifier and authentik_server_container_network != devture_postgres_container_network else [])
|
||||
}}
|
||||
|
||||
authentik_frontend_container_additional_networks_auto: |
|
||||
{{
|
||||
([devture_postgres_container_network] if devture_postgres_enabled and authentik_database_hostname == devture_postgres_identifier and authentik_frontend_container_network != devture_postgres_container_network else [])
|
||||
+
|
||||
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
|
||||
}}
|
||||
|
||||
authentik_server_container_labels_traefik_enabled: "{{ mash_playbook_traefik_labels_enabled }}"
|
||||
authentik_server_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_proxyable_services_additional_network }}"
|
||||
authentik_server_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}"
|
||||
|
|
Loading…
Reference in a new issue