summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-02-24 11:54:43 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-24 11:54:43 +0000
commit5ecf25627589001888c68e9f413c28ccaac69c26 (patch)
treed017b65ff3538e0d21bd403cbb9e63892a24e760 /docker-compose
parentf2ce686eeb0781afb6766034581d9508d3501d55 (diff)
parent495ae8e49f0131bf461ea52baa87004c39f40bd3 (diff)
Merge "Schema creation and Data pre-load to on cps-xnf-proxy start-up using liquibase"
Diffstat (limited to 'docker-compose')
-rw-r--r--docker-compose/application.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose/application.yml b/docker-compose/application.yml
index c3ceecde0..9b841cb86 100644
--- a/docker-compose/application.yml
+++ b/docker-compose/application.yml
@@ -29,6 +29,11 @@ spring:
cache-names: yangSchema
caffeine:
spec: maximumSize=10000,expireAfterAccess=10m
+
+ liquibase:
+ change-log: classpath:changelog/changelog-master.yaml
+ labels: ${LIQUIBASE_LABELS}
+
# Actuator
management:
endpoints: