| @@ -41,6 +41,9 @@ matrix_bot_honoroit_config_path: "{{ matrix_bot_honoroit_base_path }}/config" | |||||
| matrix_bot_honoroit_data_path: "{{ matrix_bot_honoroit_base_path }}/data" | matrix_bot_honoroit_data_path: "{{ matrix_bot_honoroit_base_path }}/data" | ||||
| matrix_bot_honoroit_data_store_path: "{{ matrix_bot_honoroit_data_path }}/store" | matrix_bot_honoroit_data_store_path: "{{ matrix_bot_honoroit_data_path }}/store" | ||||
| # The TCP port Honoroit listens on inside the container. | |||||
| matrix_bot_honoroit_container_port: 8080 | |||||
| # The base container network. It will be auto-created by this role if it doesn't exist already. | # The base container network. It will be auto-created by this role if it doesn't exist already. | ||||
| matrix_bot_honoroit_container_network: "" | matrix_bot_honoroit_container_network: "" | ||||
| @@ -11,6 +11,7 @@ HONOROIT_LOGIN={{ matrix_bot_honoroit_login }} | |||||
| HONOROIT_PASSWORD={{ matrix_bot_honoroit_password }} | HONOROIT_PASSWORD={{ matrix_bot_honoroit_password }} | ||||
| HONOROIT_HOMESERVER={{ matrix_bot_honoroit_homeserver }} | HONOROIT_HOMESERVER={{ matrix_bot_honoroit_homeserver }} | ||||
| HONOROIT_ROOMID={{ matrix_bot_honoroit_roomid }} | HONOROIT_ROOMID={{ matrix_bot_honoroit_roomid }} | ||||
| HONOROIT_PORT=:{{ matrix_bot_honoroit_container_port }} | |||||
| HONOROIT_DB_DSN={{ matrix_bot_honoroit_database_connection_string }} | HONOROIT_DB_DSN={{ matrix_bot_honoroit_database_connection_string }} | ||||
| HONOROIT_DB_DIALECT={{ matrix_bot_honoroit_database_dialect }} | HONOROIT_DB_DIALECT={{ matrix_bot_honoroit_database_dialect }} | ||||
| HONOROIT_PREFIX={{ matrix_bot_honoroit_prefix }} | HONOROIT_PREFIX={{ matrix_bot_honoroit_prefix }} | ||||
| @@ -12,7 +12,7 @@ traefik.enable=true | |||||
| traefik.docker.network={{ matrix_bot_honoroit_container_labels_traefik_docker_network }} | traefik.docker.network={{ matrix_bot_honoroit_container_labels_traefik_docker_network }} | ||||
| {% endif %} | {% endif %} | ||||
| traefik.http.services.matrix-bot-honoroit-metrics.loadbalancer.server.port=8080 | |||||
| traefik.http.services.matrix-bot-honoroit-metrics.loadbalancer.server.port={{ matrix_bot_honoroit_container_port }} | |||||
| {% set middlewares = [] %} | {% set middlewares = [] %} | ||||