Skip to content

Commit d1dfc9c

Browse files
author
brady.ouren
committed
fix: remove containerized api
1 parent 647defc commit d1dfc9c

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docker/devnet/docker-compose.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,6 @@ services:
3232
- 'host.docker.internal:host-gateway' # fixes `host.docker.internal` on linux hosts
3333
privileged: true
3434

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-
6235
networks:
6336
backend:
6437
volumes:

0 commit comments

Comments
 (0)