mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Fix Forgejo additional container network template
Forgejo should use forgejo_container_additional_networks_auto instead of forgejo_container_additional_networks otherwise the role will overwrite custom networks added by the user. Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
parent
51d1e7b5c2
commit
1e6ca1efdc
1 changed files with 1 additions and 1 deletions
|
@ -5391,7 +5391,7 @@ forgejo_systemd_required_systemd_services_list: |
|
|||
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and forgejo_config_database_hostname == devture_postgres_identifier else [])
|
||||
}}
|
||||
|
||||
forgejo_container_additional_networks: |
|
||||
forgejo_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