File tree 5 files changed +5
-16
lines changed
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
2
2
3
- ARG CLARINET_VERSION=v2.8.0
4
3
WORKDIR /usr/src/
5
4
6
5
RUN apk add --no-cache \
@@ -12,7 +11,7 @@ RUN apk add --no-cache \
12
11
# Build Clarinet from source
13
12
RUN git clone https://github.com/hirosystems/clarinet.git && \
14
13
cd clarinet && \
15
- git checkout 1717a4e && \
14
+ git checkout main && \
16
15
cargo build --release
17
16
18
17
FROM --platform=$BUILDPLATFORM docker:dind
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
name : Devnet deployment
4
4
network : devnet
5
5
stacks-node : " http://localhost:20443"
6
- bitcoin-node : " http://devnet:devnet@localhost:18453 "
6
+ bitcoin-node : " http://devnet:devnet@localhost:18443 "
7
7
plan :
8
8
batches : []
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ services:
17
17
context : .
18
18
# platform: ${BUILDPLATFORM:-linux/amd64}
19
19
ports :
20
- - " 3700:3700"
21
20
- " 20443:20443"
22
21
- ' 20444:20444'
23
22
- " 18443:18443"
@@ -27,8 +26,6 @@ services:
27
26
- ../stacks-blockchain/:/app/config
28
27
- ../stacks-blockchain/.chaindata:/tmp/stacks-blockchain-data
29
28
environment :
30
- - CLARINET_VERSION=v2.8.0
31
- - STACKS_EVENT_OBSERVER=host.docker.internal:3700
32
29
- PG_DATABASE=stacks_api
33
30
extra_hosts :
34
31
- ' 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
80
80
# disable_subnet_api = false
81
81
disable_bitcoin_explorer = true
82
82
# working_dir = "tmp/devnet"
83
- stacks_node_events_observers = [" host.docker.internal:3700" ]
83
+ # stacks_node_events_observers = ["host.docker.internal:3700"]
84
84
# 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"
85
85
# miner_derivation_path = "m/44'/5757'/0'/0/0"
86
86
# 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"
94
94
stacks_node_rpc_port = 20443
95
95
# stacks_node_p2p_port = 20444
96
96
# stacks_api_port = 3999
97
- stacks_api_events_port = 3700
97
+ # stacks_api_events_port = 3700
98
98
# bitcoin_explorer_port = 8001
99
99
# stacks_explorer_port = 8000
100
100
# postgres_port = 5432
You can’t perform that action at this time.
0 commit comments