File tree Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Expand file tree Collapse file tree 5 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM rust:1.68- alpine as clarinet-builder
1+ FROM --platform=$BUILDPLATFORM rust:alpine as clarinet-builder
22
3- ARG CLARINET_VERSION=v2.8.0
43WORKDIR /usr/src/
54
65RUN apk add --no-cache \
@@ -12,7 +11,7 @@ RUN apk add --no-cache \
1211# Build Clarinet from source
1312RUN git clone https://github.com/hirosystems/clarinet.git && \
1413 cd clarinet && \
15- git checkout 1717a4e && \
14+ git checkout main && \
1615 cargo build --release
1716
1817FROM --platform=$BUILDPLATFORM docker:dind
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33name : Devnet deployment
44network : devnet
55stacks-node : " http://localhost:20443"
6- bitcoin-node : " http://devnet:devnet@localhost:18453 "
6+ bitcoin-node : " http://devnet:devnet@localhost:18443 "
77plan :
88 batches : []
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ services:
1717 context : .
1818 # platform: ${BUILDPLATFORM:-linux/amd64}
1919 ports :
20- - " 3700:3700"
2120 - " 20443:20443"
2221 - ' 20444:20444'
2322 - " 18443:18443"
@@ -27,8 +26,6 @@ services:
2726 - ../stacks-blockchain/:/app/config
2827 - ../stacks-blockchain/.chaindata:/tmp/stacks-blockchain-data
2928 environment :
30- - CLARINET_VERSION=v2.8.0
31- - STACKS_EVENT_OBSERVER=host.docker.internal:3700
3229 - PG_DATABASE=stacks_api
3330 extra_hosts :
3431 - ' host.docker.internal:host-gateway' # fixes `host.docker.internal` on linux hosts
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ disable_postgres = false
8080# disable_subnet_api = false
8181disable_bitcoin_explorer = true
8282# working_dir = "tmp/devnet"
83- stacks_node_events_observers = [" host.docker.internal:3700" ]
83+ # stacks_node_events_observers = ["host.docker.internal:3700"]
8484# miner_mnemonic = "fragile loan twenty basic net assault jazz absorb diet talk art shock innocent float punch travel gadget embrace caught blossom hockey surround initial reduce"
8585# miner_derivation_path = "m/44'/5757'/0'/0/0"
8686# faucet_mnemonic = "shadow private easily thought say logic fault paddle word top book during ignore notable orange flight clock image wealth health outside kitten belt reform"
@@ -94,7 +94,7 @@ bitcoin_node_password = "devnet"
9494stacks_node_rpc_port = 20443
9595# stacks_node_p2p_port = 20444
9696# stacks_api_port = 3999
97- stacks_api_events_port = 3700
97+ # stacks_api_events_port = 3700
9898# bitcoin_explorer_port = 8001
9999# stacks_explorer_port = 8000
100100# postgres_port = 5432
You can’t perform that action at this time.
0 commit comments