Skip to content

Commit

Permalink
adds docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike committed May 23, 2024
1 parent df8caaa commit f02e6fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.5'
services:
status:
image: digitalcredentials/status-service-git:0.1.0
env_file:
- ./.status-service-git.env
ports:
- "4008:4008"

0 comments on commit f02e6fb

Please sign in to comment.