@@ -33,9 +33,14 @@ matrix_client_fluffychat_container_additional_networks: "{{ matrix_client_fluffy
33
33
matrix_client_fluffychat_container_additional_networks_auto : []
34
34
matrix_client_fluffychat_container_additional_networks_custom : []
35
35
36
+ # Configures the port number used inside the container image.
37
+ matrix_client_fluffychat_container_http_port : 8080
38
+
36
39
# Controls whether the matrix-client-fluffychat container exposes its HTTP port (tcp/8080 in the container).
37
40
#
38
- # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8765"), or empty string to not expose.
41
+ # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8080"), or empty string to not expose.
42
+ #
43
+ # Also see: `matrix_client_fluffychat_container_http_port`
39
44
matrix_client_fluffychat_container_http_host_bind_port : ' '
40
45
41
46
# matrix_client_fluffychat_container_labels_traefik_enabled controls whether labels to assist a Traefik reverse-proxy will be attached to the container.
@@ -44,6 +49,7 @@ matrix_client_fluffychat_container_http_host_bind_port: ''
44
49
# To inject your own other container labels, see `matrix_client_fluffychat_container_labels_additional_labels`.
45
50
matrix_client_fluffychat_container_labels_traefik_enabled : true
46
51
matrix_client_fluffychat_container_labels_traefik_docker_network : " {{ matrix_client_fluffychat_container_network }}"
52
+ matrix_client_fluffychat_container_labels_traefik_http_service_load_balancer_port : " {{ matrix_client_fluffychat_container_http_port }}"
47
53
matrix_client_fluffychat_container_labels_traefik_hostname : " {{ matrix_client_fluffychat_hostname }}"
48
54
# The path prefix must either be `/` or not end with a slash (e.g. `/fluffychat`).
49
55
matrix_client_fluffychat_container_labels_traefik_path_prefix : " {{ matrix_client_fluffychat_path_prefix }}"
0 commit comments