Skip to content

Commit

Permalink
change microservice structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SandaliDisara committed Apr 22, 2024
1 parent fa34bc1 commit d8026ec
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions backend/Dockerfile → backend/event-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ EXPOSE 8080
# Run the app when the container launches
CMD ["npm", "start"]

#CHANGE TO CHECK CICD pipeline
#Test CICD pipeline
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ services:
ports:
- "3000:3000"
depends_on:
- backend
backend:
- eventservice
eventservice:
build:
context: ./backend
context: ./backend/event-service
dockerfile: Dockerfile
ports:
- "8080:8080"
Expand Down

0 comments on commit d8026ec

Please sign in to comment.