Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed May 7, 2021
1 parent 9241f57 commit 69c8da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ docker build -t cronicle:edge -f DockerfileDev --build-arg echo=1 .

To test multi-node set up (in swarm mode)
```bash
# before deploying stack, set up a secret_key as docker secret, e.g.:
# echo 123456 | docker secret create secret_key -
docker stack deploy --compose-file Docker/LocalCluster.yaml cron_stack
# then go to admin/servers and add nodes called worker1 and worker2 manually
```
Expand Down

0 comments on commit 69c8da3

Please sign in to comment.