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 }}
|
||||
networks:
|
||||
- {{ open_asfa_docker_network }}
|
||||
{% if open_asfa_behind_haproxy %}
|
||||
- haproxy-public
|
||||
{% endif %}
|
||||
volumes:
|
||||
- {{ open_asfa_couchbase_volume }}:/opt/couchbase/var
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue