avoid volume sprawl

This commit is contained in:
Jason Ertel
2023-09-18 13:39:56 -04:00
parent bbef96ac25
commit 66bb1272ae
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ strelka_coordinator:
{% endif %}
{% if DOCKER.containers['so-strelka-coordinator'].custom_bind_mounts %}
- binds:
- /nsm/strelka/coord-redis-data:/data:rw
{% for BIND in DOCKER.containers['so-strelka-coordinator'].custom_bind_mounts %}
- {{ BIND }}
{% endfor %}