Remove sender3 and sender4

This commit is contained in:
BBaoVanC 2021-08-26 22:06:32 -05:00
parent 65222e991e
commit b0627430bd
3 changed files with 0 additions and 48 deletions

View File

@ -78,34 +78,6 @@ services:
healthcheck:
disable: true
sender3:
image: matrixdotorg/synapse:$SYNAPSE_TAG
restart: always
command: ["run", "--config-path=/data/homeserver.yaml", "--config-path=/workers/replication.yaml", "--config-path=/workers/sender3.yaml"]
environment:
- SYNAPSE_WORKER=synapse.app.federation_sender
volumes:
- ./data/synapse:/data
- ./workers:/workers
depends_on:
- synapse
healthcheck:
disable: true
sender4:
image: matrixdotorg/synapse:$SYNAPSE_TAG
restart: always
command: ["run", "--config-path=/data/homeserver.yaml", "--config-path=/workers/replication.yaml", "--config-path=/workers/sender4.yaml"]
environment:
- SYNAPSE_WORKER=synapse.app.federation_sender
volumes:
- ./data/synapse:/data
- ./workers:/workers
depends_on:
- synapse
healthcheck:
disable: true
media:
image: matrixdotorg/synapse:$SYNAPSE_TAG
restart: always

View File

@ -1,10 +0,0 @@
worker_app: synapse.app.federation_sender
worker_name: sender3
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- metrics

View File

@ -1,10 +0,0 @@
worker_app: synapse.app.federation_sender
worker_name: sender4
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- metrics