service: Fix redis volume name

This commit is contained in:
uumas
2026-06-05 18:24:06 +03:00
parent f5735d39d3
commit 63272d0d2f

View File

@@ -10,7 +10,7 @@
ip: "{{ service_container_ip | ansible.utils.ipmath(2) if _service_static_ip else '' }}" ip: "{{ service_container_ip | ansible.utils.ipmath(2) if _service_static_ip else '' }}"
container_mounts: container_mounts:
- type: volume - type: volume
source: redis source: "{{ service_name }}-redis"
destination: /data destination: /data
container_hostname: redis container_hostname: redis
container_auto_update: "{{ service_auto_update }}" container_auto_update: "{{ service_auto_update }}"