Skip to content

Commit

Permalink
Update docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 20, 2025
1 parent cb2f3a1 commit 711fc83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: '3'

volumes:
backend_vol: # Define the backend_vol volume

services:
backend:
container_name: secfit_dev_backend
Expand All @@ -11,7 +14,7 @@ services:
ports:
- "${DEV_BACKEND_PORT}:8000" # Map host port 20414 to container port 8000 (backend)
volumes:
- backend_vol:/app
- backend_vol:/app # Use the backend_vol volume

frontend:
container_name: secfit_dev_frontend
Expand Down

0 comments on commit 711fc83

Please sign in to comment.