mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
added _auto to gitea_container_additional_networks
to not overwrite gitea_container_additional_networks_custom
This commit is contained in:
parent
7ad67129db
commit
8f04d9b596
1 changed files with 1 additions and 1 deletions
|
@ -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 [])
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue