Add self-building support to matrix-corporal

This commit is contained in:
Slavi Pantaleev
2020-12-04 01:48:08 +02:00
parent b3d91ed488
commit a5ae7e9ef0
4 changed files with 31 additions and 2 deletions

View File

@ -541,6 +541,8 @@ matrix_bot_matrix_reminder_bot_enabled: false
matrix_corporal_enabled: false
matrix_corporal_container_image_self_build: "{{ matrix_architecture != 'amd64' }}"
# Normally, matrix-nginx-proxy is enabled and nginx can reach matrix-corporal over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose
# matrix-corporal's web-server ports to the local host.