From d52e2d2afa0a44d8f9b4b2db18fbaa478e33dd18 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 17 Mar 2022 12:09:55 +0100 Subject: [PATCH] add hacking commands --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a8fe0ed..ffe7c51 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # new-monitoring-experiment https://pad.autonomic.zone/lyCDVQbaSpusOtIZXHzHMA?view#2022-03-17-monitoring-co-hack + +## hacking + +We're deploying stuff by hand for now while we hack away on experimental things. + +``` +set -a && source .env.sample && set +a +docker context use $yourremotecontext +docker stack deploy -c compose.yml $yourstackname +```