Update mirror docker docs following a walkthrough
Closed
requested to merge generated-differential-D6969-source into generated-differential-D6969-target
Compare changes
+ 156
− 129
@@ -11,8 +11,8 @@ Deploy a Software Heritage stack with docker deploy
@@ -24,8 +24,9 @@ e.g.:
@@ -33,7 +34,7 @@ In the following how-to, we will assume that the service `STACK` name is `swh`
@@ -43,15 +44,15 @@ You also need to clone the git repository:
@@ -62,20 +63,32 @@ create the storage before starting the docker service. For example for the
@@ -85,17 +98,18 @@ being able to start services, you need to define these secrets.
@@ -105,52 +119,71 @@ If you haven't done it yet, clone this git repository:
@@ -160,43 +193,20 @@ The nginx frontend will listen on the 5081 port, so you can use:
@@ -220,7 +230,7 @@ For example, if you edit the file `conf/storage.yml`:
@@ -276,19 +286,12 @@ replayer service):
@@ -306,16 +309,16 @@ using configuration from yaml files in `conf/graph-replayer.yml`.
@@ -338,19 +341,19 @@ Then use this generated file as argument of the `docker stack deploy` command, e
@@ -362,10 +365,10 @@ start these services with:
@@ -373,35 +376,38 @@ You can check everything is running with:
@@ -429,7 +435,7 @@ start these services with:
@@ -447,12 +453,15 @@ Putting all together is just a matter of merging the 3 compose files:
@@ -464,16 +473,34 @@ In order to scale up a replayer service, you can use the `docker scale` command.