Move CSIT to integration/csit repo
[integration/csit.git] / plans / aai / search-data-service / docker-compose.yml
1 version: '2'
2 services:
3   aai.searchservice.simpledemo.openecomp.org:
4     image: ${DOCKER_REGISTRY}/openecomp/search-data-service
5     hostname: aai.searchservice.simpledemo.openecomp.org
6     container_name: search-service-container
7     volumes:
8       - ${SEARCH_LOGS}:/logs
9       - ./appconfig:/opt/app/search-data-service/config
10     ports:
11       - 9509:9509
12     environment:
13       - CONFIG_HOME=/opt/app/search-data-service/config/
14       - KEY_STORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
15       - KEY_MANAGER_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
16     logging:
17       driver: "json-file"
18       options:
19         max-size: "30m"
20         max-file: "5"
21         
22 networks:
23   default:
24       driver: bridge
25       driver_opts:
26         com.docker.network.driver.mtu: ${MTU}