add https support to simulato
[sdc.git] / utils / webseal-simulator / scripts / ws-compose.yaml
1 version: '3'
2
3 services:
4     WS:
5         container_name: sdc-sim
6         image: onap/sdc-simulator:latest
7         volumes:
8             - "/etc/localtime:/etc/localtime:ro"
9             - "/data/logs/WS/:/var/lib/jetty/logs"
10             - "/data/environments:/root/chef-solo/environments"
11         ports:
12             - "8286:8443"
13             - "8285:8080"
14         restart: always
15         environment:
16             HOST_IP: "10.0.2.15"
17             ENVNAME: "AUTO"
18             http_proxy: http://one.proxy.att.com:8080
19             https_proxy: http://one.proxy.att.com:8080
20             no_proxy: "localhost,127.0.0.1"
21             JAVA_OPTIONS: "-Xmx128m -Xms128m -Xss1m"