1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/matrix/files/worker-media_repository.yaml
2024-08-11 03:18:58 +02:00

16 lines
358 B
YAML

worker_name: media_repository
worker_app: synapse.app.media_repository
worker_listeners:
- port: 8013
type: http
x_forwarded: true
bind_addresses: ['::1', '127.0.0.1']
resources:
- names: [media, client, federation]
compress: false
- port: 8023
type: metrics
bind_addresses: ['127.0.0.1']
# vim:set sw=2 sts=-1 et: