diff --git a/docker-compose.yml b/docker-compose.yml index 52fe70f..cd45b22 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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