Skip to content

Commit

Permalink
Merge pull request #45 from CS3219-AY2425S1/update_docker_compose
Browse files Browse the repository at this point in the history
Update docker compose
  • Loading branch information
delishad21 authored Nov 9, 2024
2 parents 6d4edbd + 682e319 commit e01eae2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:

frontend:
image: delishad21/frontend-peerprep:milestone7
image: peerprep38/frontend-peerprep:milestone7
container_name: g38-frontend
env_file:
- .env
Expand All @@ -27,7 +27,7 @@ services:
restart: no

g38-user-service:
image: delishad21/user-service:milestone7
image: peerprep38/user-service:milestone7
container_name: user-service
env_file:
- .env # Loads environment variables from .env file
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
restart: no

g38-question-service:
image: delishad21/question-service:milestone7
image: peerprep38/question-service:milestone7
container_name: question-service
env_file:
- .env # Loads environment variables from .env file
Expand All @@ -77,7 +77,7 @@ services:
- "6379:6379"

g38-matching-service:
image: delishad21/matching-service:milestone7
image: peerprep38/matching-service:milestone7
container_name: matching-service
env_file:
- .env # Loads environment variables from .env file
Expand Down Expand Up @@ -120,7 +120,7 @@ services:
restart: no

g38-collaboration-service:
image: delishad21/collaboration-service:milestone7
image: peerprep38/collaboration-service:milestone7
container_name: collaboration-service
env_file:
- .env # Loads environment variables from .env file
Expand Down

0 comments on commit e01eae2

Please sign in to comment.