summaryrefslogtreecommitdiffstats
path: root/docker-compose-app.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose-app.yml')
-rw-r--r--docker-compose-app.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/docker-compose-app.yml b/docker-compose-app.yml
index b20d06a..793e6a1 100644
--- a/docker-compose-app.yml
+++ b/docker-compose-app.yml
@@ -4,16 +4,18 @@ services:
image: ${DOCKER_REGISTRY}/onap/aai-resources
hostname: aai-resources.api.simpledemo.onap.org
environment:
- - AAI_CHEF_ENV=simpledemo
- - AAI_CHEF_LOC=/var/chef/aai-data/environments
- - CHEF_BRANCH=master
- - CHEF_GIT_URL=http://gerrit.onap.org/r/aai
- - AAI_CORE_VERSION=1.1.0-SNAPSHOT
- LOCAL_USER_ID=${USER_ID}
+ - LOCAL_GROUP_ID=${GROUP_ID}
ports:
- 8447:8447
volumes:
- ${RESOURCES_LOGS}:/opt/aai/logroot/AAI-RES
+ - /opt/test-config/aai-resources/appconfig/titan-realtime.properties:/opt/app/aai-resources/resources/etc/appprops/titan-realtime.properties
+ - /opt/test-config/aai-resources/appconfig/titan-cached.properties:/opt/app/aai-resources/resources/etc/appprops/titan-cached.properties
+ - /opt/test-config/aai-resources/appconfig/aaiconfig.properties:/opt/app/aai-resources/resources/etc/appprops/aaiconfig.properties
+ - /opt/test-config/aai-resources/appconfig/application.properties:/opt/app/aai-resources/resources/application.properties
+ - /opt/test-config/aai-resources/appconfig/logback.xml:/opt/app/aai-resources/resources/logback.xml
+ - /opt/test-config/aai-resources/appconfig/localhost-access-logback.xml:/opt/app/aai-resources/resources/logback.xml
logging:
driver: "json-file"
options: