Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH authored May 21, 2023
1 parent 88d49ac commit 1d815aa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@ version: "3.9"
services:
student-statistics-process:
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
ports:
- "81:81"
stdin_open: true
tty: true


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

0 comments on commit 1d815aa

Please sign in to comment.