mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
New NETWORK env var passed to cypherapps (mainnet, testnet, regtest)
This commit is contained in:
@@ -33,6 +33,7 @@ start_apps() {
|
||||
export APP_SCRIPT_PATH
|
||||
export APP_ID
|
||||
export DOCKER_MODE
|
||||
export NETWORK=<%= net %>
|
||||
|
||||
if [ "$DOCKER_MODE" = "swarm" ]; then
|
||||
docker stack deploy -c $APP_SCRIPT_PATH/docker-compose.yaml $APP_ID
|
||||
|
||||
Reference in New Issue
Block a user