Skip to content

Commit

Permalink
feat: add mounts for docker-compose-dev-services
Browse files Browse the repository at this point in the history
  • Loading branch information
cmltaWt0 authored and Faraz32123 committed Mar 11, 2024
1 parent 9b1fdd9 commit b3bc099
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutordiscovery/patches/local-docker-compose-dev-services
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ discovery:
command: ./manage.py runserver 0.0.0.0:8381
stdin_open: true
tty: true
volumes:
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
- {{ mount }}
{%- endfor %}
ports:
- "8381:8381"
networks:
Expand Down

0 comments on commit b3bc099

Please sign in to comment.