mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 23:48:58 +01:00
9c1f38621c
* Remove all of publicroomsapi * Remove references to publicroomsapi * Remove doc references to publicroomsapi
17 lines
654 B
Bash
Executable file
17 lines
654 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker pull matrixdotorg/dendrite:monolith
|
|
|
|
docker pull matrixdotorg/dendrite:appservice
|
|
docker pull matrixdotorg/dendrite:clientapi
|
|
docker pull matrixdotorg/dendrite:clientproxy
|
|
docker pull matrixdotorg/dendrite:eduserver
|
|
docker pull matrixdotorg/dendrite:federationapi
|
|
docker pull matrixdotorg/dendrite:federationsender
|
|
docker pull matrixdotorg/dendrite:federationproxy
|
|
docker pull matrixdotorg/dendrite:keyserver
|
|
docker pull matrixdotorg/dendrite:mediaapi
|
|
docker pull matrixdotorg/dendrite:currentstateserver
|
|
docker pull matrixdotorg/dendrite:roomserver
|
|
docker pull matrixdotorg/dendrite:syncapi
|
|
docker pull matrixdotorg/dendrite:userapi
|