Add breakout graph and local nas-hosted deploy

This commit is contained in:
2022-06-03 13:37:25 -05:00
parent 6c703f616e
commit c4b2e11f68
3 changed files with 92 additions and 3 deletions

4
docker_nas.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
DOCKER_CONTEXT=nas docker ps | grep wordlinator && DOCKER_CONTEXT=nas docker stop wordlinator || true
DOCKER_CONTEXT=nas DB_PORT=49420 DB_HOST="localhost" ./docker.sh "$@" --network=host