Browse Source

Add missing definition

pull/5008/head
D4GU 3 months ago
parent
commit
cf75e93720
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/custom/matrix-client-commet/defaults/main.yml

+ 1
- 0
roles/custom/matrix-client-commet/defaults/main.yml View File

@@ -30,6 +30,7 @@ matrix_client_commet_container_image_self_build_repo: "https://github.com/commet
matrix_client_commet_container_image_self_build_git_hash: ""
matrix_client_commet_container_image_self_build_version_tag: "{{ matrix_client_commet_version }}"
matrix_client_commet_container_image: "localhost/matrix-client-commet:{{ matrix_client_commet_version }}"
matrix_client_commet_container_image_force_pull: "{{ matrix_client_commet_container_image.endswith(':latest') or matrix_client_commet_container_image.endswith(':main') }}"

# The in-container port nginx listens on
matrix_client_commet_container_port: 8080


Loading…
Cancel
Save