X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose.yml;h=3d5b5e89360bf6ae235315492e6eb86658ce9c39;hb=874ff786f1180878d74de7c4d85034247703112b;hp=eae9a9467a81c14600540d54235a4177edbe5096;hpb=5e86598b98686e26818749c868cdb929dfff7d87;p=pti%2Fo2.git diff --git a/docker-compose.yml b/docker-compose.yml index eae9a94..3d5b5e8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,7 @@ services: - OS_USERNAME=${OS_USERNAME} - OS_PASSWORD=${OS_PASSWORD} - LOGGING_CONFIG_LEVEL=DEBUG + - CGTS_INSECURE_SSL=1 volumes: - ./configs:/configs - ./o2ims:/o2ims @@ -32,22 +33,22 @@ services: - /bin/sh - /tests/o2app-redis-entry.sh - helm_cli: - image: o2imsdms - depends_on: - - watcher - environment: - - LOGGING_CONFIG_LEVEL=DEBUG - - HELM_USER_PASSWD=St8rlingX* - volumes: - - ./configs:/configs - - ./helm_sdk:/helm_sdk - - ./tests:/tests - entrypoint: - - /bin/sh - - /tests/o2app-helmcli-entry.sh - ports: - - "10022:22" + # helm_cli: + # image: o2imsdms + # depends_on: + # - watcher + # environment: + # - LOGGING_CONFIG_LEVEL=DEBUG + # - HELM_USER_PASSWD=St8rlingX* + # volumes: + # - ./share:/share + # - ./helm_sdk:/helm_sdk + # - ./tests:/tests + # entrypoint: + # - /bin/sh + # - /tests/o2app-helmcli-entry.sh + # ports: + # - "10022:22" api: image: o2imsdms @@ -67,8 +68,10 @@ services: - OS_PASSWORD=${OS_PASSWORD} - LOGGING_CONFIG_LEVEL=DEBUG - HELM_USER_PASSWD=St8rlingX* + - CGTS_INSECURE_SSL=1 volumes: - ./configs:/configs + - ./share:/share - ./o2ims:/o2ims - ./o2dms:/o2dms - ./o2common:/o2common @@ -98,6 +101,7 @@ services: - OS_USERNAME=${OS_USERNAME} - OS_PASSWORD=${OS_PASSWORD} - LOGGING_CONFIG_LEVEL=DEBUG + - CGTS_INSECURE_SSL=1 volumes: - ./configs:/configs - ./o2ims:/o2ims