diff options
Diffstat (limited to 'docker-compose-integration.yml')
-rw-r--r-- | docker-compose-integration.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker-compose-integration.yml b/docker-compose-integration.yml index 5d1056c8..042971d2 100644 --- a/docker-compose-integration.yml +++ b/docker-compose-integration.yml @@ -1,4 +1,4 @@ -version: '2' +version: '3' services: mariadb: image: onap/policy/policy-db @@ -12,6 +12,8 @@ services: hostname: nexus pap: image: onap/policy/policy-pe + environment: + - PRELOAD_POLICIES=${PRELOAD_POLICIES} container_name: pap depends_on: - mariadb |