Skip to content

Commit

Permalink
volumes stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 committed Sep 12, 2024
1 parent f33a6ff commit 7b592ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
sh -c "poetry run python manage.py migrate &&
poetry run python manage.py runserver 0.0.0.0:8000"
volumes:
{% for vol in (template.volumes | selectattr('service', 'eq', 'app') %}
{% for vol in (template.volumes | selectattr('service', 'eq', 'app')) %}
- {{ vol.name }}:{{ vol.container_path }}
{% endfor %}
depends_on:
Expand Down

0 comments on commit 7b592ec

Please sign in to comment.