Remove sender3 and sender4
This commit is contained in:
parent
65222e991e
commit
b0627430bd
@ -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
|
||||
|
@ -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