Revert "fix: fix empty volumes list"

This reverts commit 69c8ba5e9c49a7f085b6542612b4f2fc27432208.
This commit is contained in:
Muhammad Faraz Maqsood 2024-03-13 12:59:48 +05:00
parent 69c8ba5e9c
commit 90abd11ca6

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: