Skip to content

Commit

Permalink
Update docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehongw committed Nov 13, 2023
1 parent c25ccf2 commit d5d8a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ services:
- "8080:8080"
depends_on:
- mongo
volumes:
- ./question_service:/usr/src/app

match-worker:
container_name: match-worker_1
image: asia-southeast1-docker.pkg.dev/cs3219-400714/peerprep/match-worker_1:latest
Expand Down Expand Up @@ -108,7 +107,6 @@ services:
depends_on:
- postgres
volumes:
- ./user_service:/usr/src/app
- profile_pictures:/usr/src/app/public/profile_pictures

matching-service:
Expand All @@ -124,8 +122,6 @@ services:
depends_on:
rabbitmq:
condition: service_healthy
volumes:
- ./matching_service:/usr/src/app

mongo:
container_name: mongo
Expand Down
7 changes: 1 addition & 6 deletions docker_compose_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ services:
- "8080:8080"
depends_on:
- mongo
volumes:
- ./question_service:/usr/src/app


user-service:
container_name: user-service
build:
Expand All @@ -27,7 +25,6 @@ services:
depends_on:
- postgres
volumes:
- ./user_service:/usr/src/app
- profile_pictures:/usr/src/app/public/profile_pictures

matching-service:
Expand All @@ -41,8 +38,6 @@ services:
depends_on:
rabbitmq:
condition: service_healthy
volumes:
- ./matching_service:/usr/src/app

match-worker:
container_name: match-worker_1
Expand Down

0 comments on commit d5d8a64

Please sign in to comment.