Remove generic3 and generic4 workers
This commit is contained in:
parent
b0627430bd
commit
70aa3d517e
@ -126,38 +126,6 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
synapse-autoheal: "true"
|
synapse-autoheal: "true"
|
||||||
|
|
||||||
generic3:
|
|
||||||
image: matrixdotorg/synapse:$SYNAPSE_TAG
|
|
||||||
restart: always
|
|
||||||
command: ["run", "--config-path=/data/homeserver.yaml", "--config-path=/workers/replication.yaml", "--config-path=/workers/generic.yaml"]
|
|
||||||
environment:
|
|
||||||
- SYNAPSE_WORKER=synapse.app.generic_worker
|
|
||||||
volumes:
|
|
||||||
- ./data/synapse:/data
|
|
||||||
- ./workers:/workers
|
|
||||||
depends_on:
|
|
||||||
- synapse
|
|
||||||
ports:
|
|
||||||
- 127.0.0.1:8012:8008/tcp
|
|
||||||
labels:
|
|
||||||
synapse-autoheal: "true"
|
|
||||||
|
|
||||||
generic4:
|
|
||||||
image: matrixdotorg/synapse:$SYNAPSE_TAG
|
|
||||||
restart: always
|
|
||||||
command: ["run", "--config-path=/data/homeserver.yaml", "--config-path=/workers/replication.yaml", "--config-path=/workers/generic.yaml"]
|
|
||||||
environment:
|
|
||||||
- SYNAPSE_WORKER=synapse.app.generic_worker
|
|
||||||
volumes:
|
|
||||||
- ./data/synapse:/data
|
|
||||||
- ./workers:/workers
|
|
||||||
depends_on:
|
|
||||||
- synapse
|
|
||||||
ports:
|
|
||||||
- 127.0.0.1:8013:8008/tcp
|
|
||||||
labels:
|
|
||||||
synapse-autoheal: "true"
|
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user