mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
connect to traefik network by default
This commit is contained in:
parent
d628b7f9d3
commit
fc9dac763d
@ -62,7 +62,7 @@ matrix_fluffygate_docker_image_registry_prefix: "{{ matrix_container_global_regi
|
||||
matrix_fluffygate_docker_image_force_pull: "{{ matrix_fluffygate_docker_image.endswith(':latest') }}"
|
||||
|
||||
# The base container network. It will be auto-created by this role if it doesn't exist already.
|
||||
matrix_fluffygate_container_network: "{{ matrix_fluffygate_identifier }}"
|
||||
matrix_fluffygate_container_network: "{{ traefik_container_network }}"
|
||||
|
||||
# A list of additional container networks that the container would be connected to.
|
||||
# The role does not create these networks, so make sure they already exist.
|
||||
|
Loading…
Reference in New Issue
Block a user