Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsk4 authored Dec 14, 2022
1 parent e99b7f9 commit baba5fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeFi-Data-Engine/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
dataengine:
build:
context: "DeFi Data Engine"
image: dataincite/defi-data-engine:latest
depends_on:
- mongodb_container
ports:
Expand All @@ -19,6 +20,7 @@ services:
restapp:
build:
context: "Rest Application"
image: dataincite/data-engine-rest-app:latest
depends_on:
- dataengine
ports:
Expand Down

0 comments on commit baba5fe

Please sign in to comment.