Add native Traefik support to matrix-corporal (HTTP API)

This commit is contained in:
Slavi Pantaleev
2023-12-23 10:36:20 +02:00
parent e47ad60cf5
commit 11ee949e9e
5 changed files with 81 additions and 1 deletions

View File

@ -21,6 +21,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--cap-drop=ALL \
--read-only \
--network={{ matrix_corporal_container_network }} \
--label-file={{ matrix_corporal_base_path }}/labels \
{% if matrix_corporal_container_http_gateway_host_bind_port %}
-p {{ matrix_corporal_container_http_gateway_host_bind_port }}:41080 \
{% endif %}