added _auto to gitea_container_additional_networks

to not overwrite gitea_container_additional_networks_custom
This commit is contained in:
Bergrübe 2024-03-24 17:21:54 +01:00 committed by GitHub
parent 7ad67129db
commit 8f04d9b596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1970,7 +1970,7 @@ gitea_systemd_required_systemd_services_list: |
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and gitea_config_database_hostname == devture_postgres_identifier else [])
}}
gitea_container_additional_networks: |
gitea_container_additional_networks_auto: |
{{
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
+