From 25a1ed9e50c24af937c843409c29ef5d04945abf Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 20 May 2020 17:39:57 +0100 Subject: [PATCH] Remove the readme for now --- docker/hub/README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 docker/hub/README.md diff --git a/docker/hub/README.md b/docker/hub/README.md deleted file mode 100644 index 92808b350..000000000 --- a/docker/hub/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Docker Hub - -## Building the images - -To start with, from the root of the Dendrite repository, build the Docker images: - -``` -sh docker/hub/build.sh -``` - -## Starting a monolith - -Create some config: - -``` -go run ./cmd/generate-keys \ - --private-key=docker/hub/config/matrix_key.pem \ - --tls-cert=docker/hub/config/server.crt \ - --tls-key=docker/hub/config/server.key -cp docker/hub/config/dendrite-docker.yaml docker/hub/config/dendrite.yml -``` - -Start the dependencies: - -``` -docker-compose -f docker/hub/docker-compose.deps.yml -``` - -... and start a monolith deployment: - -``` -docker-compose -f docker/hub/docker-compose.monolith.yml -``` - -... or a polylith deployment: - -``` -docker-compose -f docker/hub/docker-compose.polylith.yml -``` \ No newline at end of file