Remove generic3 and generic4 workers

This commit is contained in:
BBaoVanC 2021-08-27 15:56:24 -05:00
parent b0627430bd
commit 70aa3d517e
1 changed files with 0 additions and 32 deletions

View File

@ -126,38 +126,6 @@ services:
labels:
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:
image: prom/prometheus:latest
restart: always