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 874aaf3 commit 9d863cb
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_ams_engine:
build:.
environment:
- API_KEY=your_api_key
- API_SECRET=your_api_secret
ports:
- "8089:8089"

0 comments on commit 9d863cb

Please sign in to comment.