mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
|
|
||
|---|---|---|
| .. | ||
| .env.sample | ||
| docker-compose.yml | ||
| README.md | ||
Blitz API Dockerized
Start a dev env
This exists to setup a simple Bitcoin Testnet environment to develop the API.
- Copy
.env.sampleto.envand edit the variable as necessary - Run
docker-compose up --env-file .envwithin this folder.