mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
Add container label with synapse version
This commit is contained in:
parent
23e04a1aca
commit
fcd808ff4e
2 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
name: "{{ matrix_synapse_container_name }}"
|
||||
image: "{{ matrix_synapse_container_ref }}:{{ matrix_synapse_version }}"
|
||||
ports: "{{ matrix_synapse_docker_ports }}"
|
||||
labels: "{{ matrix_synapse_docker_labels }}"
|
||||
labels: "{{ matrix_synapse_docker_labels_complete }}"
|
||||
restart_policy: unless-stopped
|
||||
recreate: true
|
||||
pull: true
|
||||
|
|
|
@ -146,3 +146,6 @@ matrix_synapse_base_config:
|
|||
- user_id: "*"
|
||||
alias: "*"
|
||||
action: allow
|
||||
matrix_synapse_docker_labels_complete: "{{ matrix_synapse_docker_labels_base | combine(matrix_synapse_docker_labels) }}"
|
||||
matrix_synapse_docker_labels_base:
|
||||
version: "{{ matrix_synapse_version }}"
|
||||
|
|
Loading…
Reference in a new issue