mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-12 23:27:14 +00:00
Merge pull request #250 from sergiodj/fix-forgejo-additional-networks
Fix Forgejo additional container network template
This commit is contained in:
commit
b719a7f6d8
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