Add the haproxy network to couchbase.
This commit is contained in:
parent
f55e6f8b12
commit
57c544a91c
|
@ -23,6 +23,9 @@ services:
|
||||||
image: {{ open_asfa_couchbase_image }}
|
image: {{ open_asfa_couchbase_image }}
|
||||||
networks:
|
networks:
|
||||||
- {{ open_asfa_docker_network }}
|
- {{ open_asfa_docker_network }}
|
||||||
|
{% if open_asfa_behind_haproxy %}
|
||||||
|
- haproxy-public
|
||||||
|
{% endif %}
|
||||||
volumes:
|
volumes:
|
||||||
- {{ open_asfa_couchbase_volume }}:/opt/couchbase/var
|
- {{ open_asfa_couchbase_volume }}:/opt/couchbase/var
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue