fix: fix empty volumes list

this error occurs during dev launch
This commit is contained in:
Muhammad Faraz Maqsood 2024-03-13 12:55:55 +05:00 committed by Muhammad Faraz Maqsood
parent a4fa65cf29
commit 69c8ba5e9c

View File

@ -4,10 +4,10 @@ discovery:
command: ./manage.py runserver 0.0.0.0:8381
stdin_open: true
tty: true
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
volumes:
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
- {{ mount }}
{%- endfor %}
{%- endfor %}
ports:
- "8381:8381"
networks: