mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: suppress process-compose server output and log to file
This commit is contained in:
@@ -41,6 +41,7 @@ go.work.sum
|
|||||||
# Environment files
|
# Environment files
|
||||||
.env
|
.env
|
||||||
**/*.env
|
**/*.env
|
||||||
|
sonr.log
|
||||||
|
|
||||||
|
|
||||||
# Terraform
|
# Terraform
|
||||||
|
|||||||
+6
-2
@@ -37,8 +37,12 @@
|
|||||||
"gum spin --title='Building Motr WASM' -- make motr-build",
|
"gum spin --title='Building Motr WASM' -- make motr-build",
|
||||||
"gum spin --title='Uploading to Bucket' -- make deploy-cdn"
|
"gum spin --title='Uploading to Bucket' -- make deploy-cdn"
|
||||||
],
|
],
|
||||||
"devnet": ["process-compose up -f deploy/devnet/process-compose.yaml"],
|
"devnet": [
|
||||||
"testnet": ["process-compose run -f deploy/testnet/process-compose.yaml"]
|
"process-compose up -f deploy/devnet/process-compose.yaml --no-server --detached --log-file ./sonr.log --hide-disabled"
|
||||||
|
],
|
||||||
|
"testnet": [
|
||||||
|
"process-compose run -f deploy/testnet/process-compose.yaml --no-server --detached --log-file ./sonr.log --hide-disabled"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user