blitz_api/docker/README.md
2022-03-20 19:55:52 +01:00

251 B

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.