aboutsummaryrefslogtreecommitdiffstats
path: root/certService/docker-compose.yml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2020-02-21 15:49:34 +0100
committerTomasz Golabek <tomasz.golabek@nokia.com>2020-02-24 10:27:19 +0100
commit7244c908edd4aa392e65d820c90845323918b47b (patch)
tree3e3d04065d74f0f139c5e1290b35d511d8bbaa75 /certService/docker-compose.yml
parent0474f5347007cf6c04cb01f84b83fc2edd6fbc59 (diff)
Added actuator for refreshing configuration
Cloud-config dependency is provided Event listener introduced to handle refresh call Refresh endpoint exposed Fixed docker-compose to start locally and use build images Update repositories for docker image and install vim on it Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: Iee005518c901dad7730c5f48c410ec89850f1425
Diffstat (limited to 'certService/docker-compose.yml')
-rw-r--r--certService/docker-compose.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/certService/docker-compose.yml b/certService/docker-compose.yml
index 04d4867f..f418fc1b 100644
--- a/certService/docker-compose.yml
+++ b/certService/docker-compose.yml
@@ -21,7 +21,9 @@ services:
retries: 9
certservice:
- image: nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-api:1.0.0
+ image: onap/org.onap.aaf.certservice.aaf-certservice-api:latest
+ volumes:
+ - ./helm/aaf-cert-service/resources/cmpServers.json:/etc/onap/aaf/certservice/cmpServers.json
container_name: certservice
ports:
- "8080:8080"