Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update common devnet #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions config/chainweb-node.logging.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
logging:
logger:
log_level: warn
log_level: info
backend:
format: json
format: text
color: 'true'
telemetryBackend:
enabled: true
configuration:
format: json
format: text
color: 'true'
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

# API Services are exposed on port 8080 on the host

# boostrap certificate fingerprint: YNo7pXthYQ9RQKv1bbpQf2R5LcLYA3ppx2BL2Hf8fIM
Expand Down Expand Up @@ -36,7 +34,7 @@ services:
- --p2p-certificate-chain-file=/chainweb/devnet-bootstrap-node.cert.pem
- --p2p-certificate-key-file=/chainweb/devnet-bootstrap-node.key.pem
- --p2p-hostname=bootstrap-node
- --bootstrap-reachability=1
- --bootstrap-reachability=0
- --cluster-id=bootstrap-node
environment:
- DISABLE_POW_VALIDATION
Expand Down
2 changes: 2 additions & 0 deletions node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:

# image: ghcr.io/kadena-io/chainweb-node/ubuntu:latest
image: ${CHAINWEB_NODE_IMAGE}
# platform: linux/arm64
restart: unless-stopped
stop_grace_period: 20s
stop_signal: SIGINT
Expand Down Expand Up @@ -40,6 +41,7 @@ services:
# Common Configuration
- --config-file=config/chainweb-node.common.yaml
- --config-file=config/chainweb-node.logging.yaml
- --disable-pow

deploy:
restart_policy:
Expand Down