Make FluffyChat container HTTP port configurable

This makes it possible to switch out the container image with one that
uses a port other than 8080.
This commit is contained in:
Slavi Pantaleev
2025-07-10 19:05:42 +03:00
parent e6413534be
commit fb0ccc391e
3 changed files with 9 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ traefik.enable=true
traefik.docker.network={{ matrix_client_fluffychat_container_labels_traefik_docker_network }}
{% endif %}
traefik.http.services.matrix-client-fluffychat.loadbalancer.server.port=8080
traefik.http.services.matrix-client-fluffychat.loadbalancer.server.port={{ matrix_client_fluffychat_container_labels_traefik_http_service_load_balancer_port }}
{% set middlewares = [] %}