mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Make Rageshake use its own container network
This commit is contained in:
parent
1c7f892b2b
commit
0921087a21
@ -2696,7 +2696,7 @@ matrix_rageshake_container_image_self_build: "{{ matrix_architecture not in ['am
|
||||
|
||||
matrix_rageshake_hostname: "{{ matrix_server_fqn_rageshake }}"
|
||||
|
||||
matrix_rageshake_container_network: "{{ matrix_docker_network if matrix_playbook_reverse_proxy_type == 'playbook-managed-nginx' else 'matrix-rageshake' }}"
|
||||
matrix_rageshake_container_network: matrix-rageshake
|
||||
|
||||
matrix_rageshake_container_additional_networks: "{{ [matrix_playbook_reverse_proxyable_services_additional_network] if matrix_playbook_reverse_proxyable_services_additional_network else [] }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user