added demo-specific deployment environment and directives

This commit is contained in:
2023-04-07 14:08:28 +02:00
parent 50f822f653
commit 44d4cae317
5 changed files with 61 additions and 0 deletions

6
jobs/nyx-reset.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
cd /opt/nyx
docker compose stop nyx
cp -a default.db data/data/data.db
docker compose start nyx