New NETWORK env var passed to cypherapps (mainnet, testnet, regtest)

This commit is contained in:
kexkey
2019-12-22 16:15:36 -05:00
committed by kexkey
parent e383018a51
commit a1977a3f68

View File

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