Explorar el Código

Use devture_postgres_container_network for all rust-synapse-compress-state tasks

Using `matrix_synapse_container_network` for this task may have worked
before, when everything was in the same `matrix` network, but not anymore.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3165
pull/3168/head
Slavi Pantaleev hace 2 años
padre
commit
f3c69562fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/compress_room.yml

+ 1
- 1
roles/custom/matrix-synapse/tasks/rust-synapse-compress-state/compress_room.yml Ver fichero

@@ -9,7 +9,7 @@
{{ devture_systemd_docker_base_host_command_docker }} run --rm --name matrix-rust-synapse-compress-state-compress-room
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
--cap-drop=ALL
--network={{ matrix_synapse_container_network }}
--network={{ devture_postgres_container_network }}
--mount type=bind,src={{ matrix_synapse_rust_synapse_compress_state_base_path }},dst=/work
{{ matrix_synapse_rust_synapse_compress_state_docker_image }}
{{ matrix_synapse_rust_synapse_compress_state_synapse_compress_state_in_container_path }} -t -o /work/state-compressor.sql


Cargando…
Cancelar
Guardar