Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 20, 2024
1 parent e275c1a commit 55e6fec
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# docker-compose.yml
version: '3'
services:
sidra_chain_ntfs_engine:
build:.
environment:
- API_KEY=your_api_key
- API_SECRET=your_api_secret
ports:
- "8091:8091"

0 comments on commit 55e6fec

Please sign in to comment.