Add (native) Traefik support to matrix-client-element
Previously, it had to go through matrix-nginx-proxy. It's exposed to Traefik directly via container labels now
This commit is contained in:
@ -24,9 +24,7 @@ matrix_synapse_admin_container_network: matrix-synapse-admin
|
||||
|
||||
# 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.
|
||||
#
|
||||
# Use this to expose this container to another reverse proxy, which runs in a different container network,
|
||||
# without exposing all other container services to that other reverse-proxy.
|
||||
# Use this to expose this container to a reverse proxy, which runs in a different container network.
|
||||
matrix_synapse_admin_container_additional_networks: []
|
||||
|
||||
# A list of extra arguments to pass to the container
|
||||
|
Reference in New Issue
Block a user