Skip to content

Commit

Permalink
removed mongo-build dependencies for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzanne Fleishman authored and Suzanne Fleishman committed Jun 15, 2023
1 parent 861c586 commit 932cb53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
- mongo-data:/data/db
ports:
- "27017:27017" #default mongodb port
depends_on:
- mongo-build
# depends_on:
# - mongo-build

app:
build: ./app #from custom Dockerfile
Expand All @@ -27,7 +27,7 @@ services:
restart: always
depends_on:
- mongo-readonly
- mongo-build
# - mongo-build
networks:
- mongo-network

Expand Down

0 comments on commit 932cb53

Please sign in to comment.