Remove sender3 and sender4
This commit is contained in:
parent
65222e991e
commit
b0627430bd
@ -78,34 +78,6 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
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:
|
media:
|
||||||
image: matrixdotorg/synapse:$SYNAPSE_TAG
|
image: matrixdotorg/synapse:$SYNAPSE_TAG
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -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
|
|
@ -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
|
|
Reference in New Issue
Block a user