mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-15 12:10:12 +02:00
8 lines
251 B
Markdown
8 lines
251 B
Markdown
# Blitz API Dockerized
|
|
|
|
## Start a dev env
|
|
|
|
This exists to setup a simple Bitcoin Testnet environment to develop the API.
|
|
|
|
* Copy `.env.sample` to `.env` and edit the variable as necessary
|
|
* Run `docker-compose up --env-file .env` within this folder.
|