mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-29 13:25:34 +08:00
feat: docker cleanup
* cleaning up docker feat/cleanup needed it's own cleanup since it was so out of date. better to just start over with an up to date pull of develop * Update paths for docker-compose files * Updating paths and compose version * switch network to testnet * adjusting stacks-blockchain configs * use correct context to build api image * use the defaults from develop branch * feat: update to latest stacks blockchain * fix: rosetta output paths * chore: update stacks api to v0.71.2 Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com> * fix: remove magic_byte from mainnet toml Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com> * fix: update stacks node everywhere Co-authored-by: wileyj <2847772+wileyj@users.noreply.github.com> Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
This commit is contained in:
9
docker/docker-compose.dev.rosetta-cli.yml
Normal file
9
docker/docker-compose.dev.rosetta-cli.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
rosetta-cli:
|
||||
build:
|
||||
context: ../rosetta-cli-config
|
||||
dockerfile: docker/Dockerfile
|
||||
command: ${CMD}
|
||||
volumes:
|
||||
- ${OUTPUT}
|
||||
Reference in New Issue
Block a user