diff --git a/docker/services/barbican-api.yaml b/docker/services/barbican-api.yaml index 5e28950bb5..80a3a2c861 100644 --- a/docker/services/barbican-api.yaml +++ b/docker/services/barbican-api.yaml @@ -156,6 +156,8 @@ outputs: privileged: false restart: always user: root + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]} @@ -182,6 +184,8 @@ outputs: privileged: false restart: always user: barbican + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]} @@ -197,6 +201,8 @@ outputs: privileged: false restart: always user: barbican + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]}