X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2Fnosdnc%2Fdocker-compose.yml;h=c812d97e184ecfc63c979a3b7ed3dc26b96198ca;hb=803d48989d7824309602393763142320cdbbc0d2;hp=043ecdef141db814078cce1769d5850656e003fc;hpb=617cfb13a286bfd1b6da5329c150fca69f148bc4;p=nonrtric.git diff --git a/docker-compose/nosdnc/docker-compose.yml b/docker-compose/nosdnc/docker-compose.yml index 043ecdef..c812d97e 100644 --- a/docker-compose/nosdnc/docker-compose.yml +++ b/docker-compose/nosdnc/docker-compose.yml @@ -13,10 +13,16 @@ # limitations under the License. # ============LICENSE_END================================================= # -version: '3.0' +version: '3.5' + +networks: + default: + driver: bridge + name: nonrtric-docker-net + services: policy-agent: - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent:2.0.0 + image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-policy-agent:2.1.0 container_name: policy-agent networks: default: @@ -26,7 +32,12 @@ services: - 8081:8081 - 8433:8433 volumes: - - ./config:/opt/app/policy-agent/config:ro + - ./config/application_configuration.json:/opt/app/policy-agent/data/application_configuration.json:ro + # For using own certs instead of the default ones (built into the container), + # place them in config/ directory, update the application-policyagent.yaml file, and uncomment the following lines + # - ./config/keystore-policyagent.jks:/opt/app/policy-agent/etc/cert/keystore.jks:ro + # - ./config/truststore-policyagent.jks:/opt/app/policy-agent/etc/cert/truststore.jks:ro + # - ./config/application-policyagent.yaml:/opt/app/policy-agent/config/application.yaml:ro a1-sim-OSC: image: nexus3.o-ran-sc.org:10004/o-ran-sc/a1-simulator:2.0.0