Add the haproxy network to couchbase.

This commit is contained in:
Andrea Dell'Amico 2022-12-02 15:44:22 +01:00
parent f55e6f8b12
commit 57c544a91c
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 0 deletions

View File

@ -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: