diff options
author | waynedunican <wayne.dunican@est.tech> | 2022-06-03 09:07:59 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2022-06-15 09:25:45 +0100 |
commit | 6ad6982468b31b6b43c7a8f2e618f06a700c4670 (patch) | |
tree | a4706b0fa9640668f9ad46a56e25930221b60e92 /csit/docker-compose-all.yml | |
parent | 7e5b47d30a6ec7b4921a0c681ad9c032c7672a0b (diff) |
Use proper currentInstanceCount in CSITs
Issue-ID: POLICY-4086
Change-Id: I8d49acb66b798104f2cfbdc3765a68af866f9f6a
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index 2ac9b90d..2cc9e45b 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -2,7 +2,7 @@ # ===========LICENSE_START==================================================== # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. -# Modification Copyright 2021. Nordix Foundation. +# Modification Copyright 2021-2022 Nordix Foundation. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -105,7 +105,7 @@ services: - 6969 volumes: - ./config/pap/papParameters.yaml:/opt/app/policy/pap/etc/papParameters.yaml:ro - - ./config/pap/groups.json:/opt/app/policy/pap/etc/mounted/groups.json:ro + - ./config/${PROJECT}/groups.json:/opt/app/policy/pap/etc/mounted/groups.json:ro - ./config/ks.jks:/opt/app/policy/pap/etc/ssl/policy-keystore:ro - ./config/policy-truststore:/opt/app/policy/pap/etc/ssl/policy-truststore:ro - ./wait_for_port.sh:/opt/app/policy/pap/bin/wait_for_port.sh:ro |