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 aa27b74 commit afe8934
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sidra_chain_integration/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# docker-compose.yml
version: '3'
services:
sidra_chain_service:
build: .
ports:
- "8082:8082"
environment:
- API_KEY=your_api_key
- API_SECRET=your_api_secret

0 comments on commit afe8934

Please sign in to comment.