fix(synapse): propagate environment to workers

This commit is contained in:
transcaffeine 2024-01-04 12:03:21 +01:00
parent fb8a2b5d6d
commit 5000408b57
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -43,6 +43,7 @@
pull: true
entrypoint: "python"
command: "{{ item.container_command }}"
env: "{{ matrix_synapse_docker_env }}"
user: "{{ synapse_user.uid }}:{{ appservice_group.gid }}"
volumes: "{{ matrix_synapse_docker_volumes + item.extra_volumes }}"
ports: "{{ item.ports | default(omit) }}"