Add Docker IP Skeleton

This commit is contained in:
Mike Reeves
2022-11-14 13:04:31 -05:00
parent 5c50fdb74c
commit a2d3b95e92

View File

@@ -290,6 +290,8 @@ so-elasticsearch:
- hostname: elasticsearch - hostname: elasticsearch
- name: so-elasticsearch - name: so-elasticsearch
- user: elasticsearch - user: elasticsearch
- bridge:
- ipv4_address: {{ SOMETHING }}
- extra_hosts: {{ REDIS_NODES }} - extra_hosts: {{ REDIS_NODES }}
- environment: - environment:
{% if REDIS_NODES | length == 1 %} {% if REDIS_NODES | length == 1 %}