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

0 comments on commit c5fcf96

Please sign in to comment.