feat(synapse)!: allow overriding recreate and disable by default

This commit is contained in:
Johannes Becker 2021-02-01 16:25:08 +01:00
parent 962a3da203
commit 49f5ba8eb2
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ matrix_synapse_docker_networks: []
matrix_synapse_docker_etc_hosts: {}
matrix_synapse_docker_ports: ["8008:8008", "8448:8448"]
matrix_synapse_docker_labels: {}
matrix_synapse_docker_recreate: false
matrix_synapse_extra_docker_volumes: []
matrix_synapse_container_ref: "docker.io/matrixdotorg/synapse"
matrix_synapse_container_tag: "v{{ matrix_synapse_version }}"

View file

@ -65,7 +65,7 @@
ports: "{{ matrix_synapse_docker_ports }}"
labels: "{{ matrix_synapse_docker_labels_complete }}"
restart_policy: unless-stopped
recreate: true
recreate: "{{ matrix_synapse_docker_recreate }}"
pull: true
entrypoint: "python"
command: