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 5430a62 commit f33a6ff
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 @@ -40,7 +40,7 @@ services:
- POSTGRES_PASSWORD={{ template.env.db_pass }}
- POSTGRES_HOST=db
volumes:
{% for vol in (template.volumes | selectattr('service', 'eq', 'db') %}
{% for vol in (template.volumes | selectattr('service', 'eq', 'db')) %}
- {{ vol.name }}:{{ vol.container_path }}
{% endfor %}
healthcheck:
Expand Down

0 comments on commit f33a6ff

Please sign in to comment.