/
Undeadguy
/
synapse
Обзор
Документация
Войти
/
Undeadguy
/
synapse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
docker/conf-workers/worker.yaml.j2
26 строк
618 B
Jason Little
Unix Sockets for HTTP Replication (#15708)
11 июл 2023, 21:08
Не верифицирован
11 июл 2023, 21:08
224ef0b
Код
Авторство
О чём код?
# This is a configuration template for a single worker instance, and is # used by Dockerfile-workers. # Values will be change depending on whichever workers are selected when # running that image. worker_app: "{{ app }}" worker_name: "{{ name }}" worker_listeners: - type: http {% if using_unix_sockets %} path: "/run/worker.{{ port }}" {% else %} port: {{ port }} {% endif %} {% if listener_resources %} resources: - names: {%- for resource in listener_resources %} - {{ resource }} {%- endfor %} {% endif %} worker_log_config: {{ worker_log_config_filepath }} {{ worker_extra_conf }}