add hacking commands

This commit is contained in:
decentral1se 2022-03-17 12:09:55 +01:00
parent 7e5bda816a
commit d52e2d2afa
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 10 additions and 0 deletions

View File

@ -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
```