service: samll improvements
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user