File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
- SPRING_PROFILES_ACTIVE=docker # Example: Activate a 'docker' Spring profile
15
15
# Make backend-app depend on mysql and minio to ensure they start first
16
16
restart : unless-stopped
17
- # Service for the Process_image application
17
+ # Service for the Process_Image application
18
18
web :
19
19
build :
20
20
context : ./frontend
@@ -26,13 +26,13 @@ services:
26
26
restart : unless-stopped
27
27
container_name : my-frontend-app-1
28
28
process-image-app :
29
- # Build the image using the Dockerfile in the ./Process_image directory
30
- build : ./Process_image
29
+ # Build the image using the Dockerfile in the ./Process_Image directory
30
+ build : ./Process_Image
31
31
ports :
32
32
- " 8123:8123"
33
33
volumes :
34
- # Mount the ./Process_image directory to /app in the container
35
- - ./Process_image :/app
34
+ # Mount the ./Process_Image directory to /app in the container
35
+ - ./Process_Image :/app
36
36
environment :
37
37
- PYTHONUNBUFFERED=1
38
38
container_name : my-process-image-app-1 # Added a container name for clarity
You can’t perform that action at this time.
0 commit comments