File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -32,33 +32,6 @@ services:
32
32
- ' host.docker.internal:host-gateway' # fixes `host.docker.internal` on linux hosts
33
33
privileged : true
34
34
35
- stacks-blockchain-api :
36
- build :
37
- context : ../..
38
- restart : on-failure
39
- environment :
40
- PG_HOST : postgres
41
- PG_PORT : 5490
42
- PG_USER : postgres
43
- PG_PASSWORD : postgres
44
- PG_DATABASE : stacks_blockchain_api
45
- STACKS_CORE_EVENT_PORT : 3700
46
- STACKS_CORE_EVENT_HOST : http://0.0.0.0
47
- STACKS_BLOCKCHAIN_API_PORT : 3999
48
- STACKS_BLOCKCHAIN_API_HOST : 0.0.0.0
49
- STACKS_CORE_RPC_HOST : stacks-blockchain
50
- STACKS_CORE_RPC_PORT : 20443
51
- NODE_ENV : development
52
- ports :
53
- - " 3999:3999"
54
- - " 9153:9153"
55
- volumes :
56
- - ../stacks-blockchain/:/app/config
57
- networks :
58
- - backend
59
- depends_on :
60
- - clarinet-devnet
61
-
62
35
networks :
63
36
backend :
64
37
volumes :
You can’t perform that action at this time.
0 commit comments