Skip to content

Commit

Permalink
Merge branch 'master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH authored May 21, 2023
2 parents c63edcf + 2e32b22 commit 5243473
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
- name: Build and run docker-compose
run: |
docker-compose up -d
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,35 @@
version: "3.9"
services:
student-statistics-process:

# volumes:
# - C:/Users/5aleda4rf/IdeaProjects/students_registration_system/app/data/batch:/app/data/batch

image: 5aleda4rf/student-statistics-process
# volumes:
# - C:/Users/5aleda4rf/IdeaProjects/students_registration_system/app/data/batch:/app/data/batch

ports:
- "80:80"
stdin_open: true
tty: true
registeration-process:
image: 5aleda4rf/registeration-process


# volumes:
# - C:/Users/5aleda4rf/IdeaProjects/students_registration_system/app/data/batch:/app/data/batch


# volumes:
# - C:/Users/5aleda4rf/IdeaProjects/students_registration_system/app/data/batch:/app/data/batch

ports:
- "81:81"
stdin_open: true
tty: true




# Note:- Volumes Comment to pull image with shared mounted folder without any problem related with fixed local folder path
2 changes: 1 addition & 1 deletion src/temp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test main branch.

0 comments on commit 5243473

Please sign in to comment.