2023-12-23 08:36:20 +00:00
|
|
|
{% if matrix_corporal_container_labels_traefik_enabled %}
|
|
|
|
traefik.enable=true
|
|
|
|
|
|
|
|
{% if matrix_corporal_container_labels_traefik_docker_network %}
|
|
|
|
traefik.docker.network={{ matrix_corporal_container_labels_traefik_docker_network }}
|
|
|
|
{% endif %}
|
|
|
|
|
2024-01-13 13:28:21 +00:00
|
|
|
|
2023-12-23 08:36:20 +00:00
|
|
|
{% if matrix_corporal_container_labels_api_enabled %}
|
2024-01-15 08:41:15 +00:00
|
|
|
############################################################
|
|
|
|
# #
|
|
|
|
# Corporal API (/_matrix/corporal) #
|
|
|
|
# #
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
traefik.http.services.matrix-corporal-api.loadbalancer.server.port=41081
|
|
|
|
|
2023-12-23 08:36:20 +00:00
|
|
|
traefik.http.routers.matrix-corporal-api.rule={{ matrix_corporal_container_labels_api_traefik_rule }}
|
2024-01-13 13:28:21 +00:00
|
|
|
|
2023-12-23 08:36:20 +00:00
|
|
|
{% if matrix_corporal_container_labels_api_traefik_priority | int > 0 %}
|
|
|
|
traefik.http.routers.matrix-corporal-api.priority={{ matrix_corporal_container_labels_api_traefik_priority }}
|
|
|
|
{% endif %}
|
2024-01-13 13:28:21 +00:00
|
|
|
|
2023-12-23 08:36:20 +00:00
|
|
|
traefik.http.routers.matrix-corporal-api.service=matrix-corporal-api
|
|
|
|
traefik.http.routers.matrix-corporal-api.entrypoints={{ matrix_corporal_container_labels_api_traefik_entrypoints }}
|
2024-01-13 13:28:21 +00:00
|
|
|
|
2023-12-23 08:36:20 +00:00
|
|
|
traefik.http.routers.matrix-corporal-api.tls={{ matrix_corporal_container_labels_api_traefik_tls | to_json }}
|
|
|
|
{% if matrix_corporal_container_labels_api_traefik_tls %}
|
|
|
|
traefik.http.routers.matrix-corporal-api.tls.certResolver={{ matrix_corporal_container_labels_api_traefik_tls_certResolver }}
|
|
|
|
{% endif %}
|
2024-01-13 13:28:21 +00:00
|
|
|
|
2024-01-15 08:41:15 +00:00
|
|
|
############################################################
|
|
|
|
# #
|
|
|
|
# /Corporal API (/_matrix/corporal) #
|
|
|
|
# #
|
|
|
|
############################################################
|
2023-12-23 08:36:20 +00:00
|
|
|
{% endif %}
|
|
|
|
|
2024-01-15 08:41:15 +00:00
|
|
|
|
2024-01-13 13:28:21 +00:00
|
|
|
{% if matrix_corporal_container_labels_matrix_client_api_enabled %}
|
2024-01-15 08:41:15 +00:00
|
|
|
############################################################
|
|
|
|
# #
|
|
|
|
# Matrix Client-Server API (/_matrix) #
|
|
|
|
# #
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
traefik.http.services.matrix-corporal-gateway.loadbalancer.server.port=41080
|
|
|
|
|
2024-01-13 13:28:21 +00:00
|
|
|
traefik.http.routers.matrix-corporal-matrix-client-api.rule={{ matrix_corporal_container_labels_matrix_client_api_traefik_rule }}
|
|
|
|
|
|
|
|
{% if matrix_corporal_container_labels_matrix_client_api_traefik_priority | int > 0 %}
|
|
|
|
traefik.http.routers.matrix-corporal-matrix-client-api.priority={{ matrix_corporal_container_labels_matrix_client_api_traefik_priority }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
traefik.http.routers.matrix-corporal-matrix-client-api.service=matrix-corporal-gateway
|
|
|
|
traefik.http.routers.matrix-corporal-matrix-client-api.entrypoints={{ matrix_corporal_container_labels_matrix_client_api_traefik_entrypoints }}
|
|
|
|
|
|
|
|
traefik.http.routers.matrix-corporal-matrix-client-api.tls={{ matrix_corporal_container_labels_matrix_client_api_traefik_tls | to_json }}
|
|
|
|
{% if matrix_corporal_container_labels_matrix_client_api_traefik_tls %}
|
|
|
|
traefik.http.routers.matrix-corporal-matrix-client-api.tls.certResolver={{ matrix_corporal_container_labels_matrix_client_api_traefik_tls_certResolver }}
|
|
|
|
{% endif %}
|
|
|
|
|
2024-01-15 08:41:15 +00:00
|
|
|
############################################################
|
|
|
|
# #
|
|
|
|
# /Matrix Client-Server API (/_matrix) #
|
|
|
|
# #
|
|
|
|
############################################################
|
2024-01-13 13:28:21 +00:00
|
|
|
{% endif %}
|
2024-01-15 08:41:15 +00:00
|
|
|
|
2023-12-23 08:36:20 +00:00
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{{ matrix_corporal_container_labels_additional_labels }}
|