Skip to content

Commit

Permalink
[IMP] Mount source code in dev docker compose file to avoid having to…
Browse files Browse the repository at this point in the history
… rebuild the dockers after each modification
  • Loading branch information
c8y3 committed Jul 12, 2024
1 parent d83bb57 commit c7fae0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ services:
image: iriswebapp_app:v2.4.7
ports:
- "127.0.0.1:8000:8000"
volumes:
- ./source/app:/iriswebapp/app

worker:
extends:
Expand All @@ -51,6 +53,8 @@ services:
context: .
dockerfile: docker/webApp/Dockerfile
image: iriswebapp_app:v2.4.7
volumes:
- ./source/app:/iriswebapp/app

nginx:
extends:
Expand Down

0 comments on commit c7fae0f

Please sign in to comment.