mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-13 00:38:54 +08:00
upgrade docker files to not attempt to install or use the old API daemon
This commit is contained in:
@@ -38,7 +38,6 @@ services:
|
||||
- BSK_API_TMPLTDIR=/src/blockstack/api/templates
|
||||
- DEFAULT_CACHE_TIMEOUT=1800
|
||||
- MONGODB_URI=mongodb://mongodb
|
||||
- BSK_API_TMPLTDIR=/src/blockstack/api/templates
|
||||
- BASE_API_URL=http://blockstack-core:6270
|
||||
- DEBUG=True
|
||||
networks:
|
||||
@@ -50,6 +49,18 @@ services:
|
||||
- mongodb
|
||||
volumes:
|
||||
- "./data/search-api:/var/blockstack-search"
|
||||
|
||||
|
||||
blockstack-core:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: Dockerfile
|
||||
command: 'blockstack-core start --foreground --debug'
|
||||
volumes:
|
||||
- './blockstack-core/server/:/root/.blockstack-server/'
|
||||
- './blockstack-core/api/:/root/.blockstack/'
|
||||
restart: always
|
||||
networks:
|
||||
- api
|
||||
|
||||
networks:
|
||||
api: null
|
||||
|
||||
Reference in New Issue
Block a user