Skip to content

Commit

Permalink
add docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Nov 11, 2023
1 parent a646197 commit de64643
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: "3.7"

services:
indexer:
image: blossomlabs/blobscan-indexer:master
network_mode: host
restart: always
env_file:
- ".env"

0 comments on commit de64643

Please sign in to comment.