X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fscripts%2Fdocker-compose.yml;h=710f46b7b0e05b5aa5126495ad4cea86046530c5;hp=07563276d20533cff5a479e38e620dfff8e20045;hb=226e12e7c9b504dc32fcf71f97483bb97195643d;hpb=b8166cdc5294cdee0c717085d659b4a8f0834313 diff --git a/ntsimulator/scripts/docker-compose.yml b/ntsimulator/scripts/docker-compose.yml index 0756327..710f46b 100644 --- a/ntsimulator/scripts/docker-compose.yml +++ b/ntsimulator/scripts/docker-compose.yml @@ -25,7 +25,10 @@ services: VesRegistration: "false" VesEndpointPort: 8080 VesEndpointIp: "172.17.0.1" - SshConnections: 4 + VesEndpointAuthMethod: "basic-auth" + VesEndpointUsername: "sample1" + VesEndpointPassword: "sample1" + SshConnections: 1 TlsConnections: 0 K8S_DEPLOYMENT: "false" CONTAINER_NAME: "nts-o-ran-sc"