service: samll improvements

This commit is contained in:
uumas
2026-03-28 06:05:37 +02:00
parent edb803f3c1
commit c2fd6236fe
2 changed files with 6 additions and 2 deletions

View File

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