Add breakout graph and local nas-hosted deploy
This commit is contained in:
4
docker_nas.sh
Executable file
4
docker_nas.sh
Executable 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
|
||||
Reference in New Issue
Block a user