summaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/scripts/ws-compose.yaml
blob: 7c07f62c799275a4a12f1ebb57a5399fb57af654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: '3'

services:
    WS:
        container_name: sdc-sim
        image: onap/sdc-simulator:latest
        volumes:
            - "/etc/localtime:/etc/localtime:ro"
            - "/data/logs/WS/:/var/lib/jetty/logs"
            - "/data/environments:/root/chef-solo/environments"
        ports:
            - "8286:8443"
            - "8285:8080"
        restart: always
        environment:
            HOST_IP: "10.0.2.15"
            ENVNAME: "AUTO"
            http_proxy: http://one.proxy.att.com:8080
            https_proxy: http://one.proxy.att.com:8080
            no_proxy: "localhost,127.0.0.1"
            JAVA_OPTIONS: "-Xmx128m -Xms128m -Xss1m"
pan> <packaging>pom</packaging> <name>${project.artifactId}</name> <description>The main services of Apex, deployment independent.</description> <modules> <module>services-engine</module> </modules> <profiles> <profile> <id>apexSite</id> <activation> <property> <name>apexSite</name> </property> </activation> <distributionManagement> <site> <id>${project.artifactId}-site</id> <url>${apex.adsite.prefix}/modules/${project.artifactId}/</url> </site> </distributionManagement> </profile> </profiles> </project>