X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-camunda%2Fdocker%2FDockerfile;fp=otf-camunda%2Fdocker%2FDockerfile;h=d63564eba318c1c9456ebabeb9234b7d193991fb;hp=4df636c0e663aeb650c497a0a02d1234092bfa07;hb=392cca7a80edc84824d6521e85b54f693765bd60;hpb=25d4860be0053f0d3f27cf03947bf05a15f03f62 diff --git a/otf-camunda/docker/Dockerfile b/otf-camunda/docker/Dockerfile index 4df636c..d63564e 100644 --- a/otf-camunda/docker/Dockerfile +++ b/otf-camunda/docker/Dockerfile @@ -7,10 +7,10 @@ ENV EXECUTORS_ACTIVE=true ENV OTF_MONGO_USERNAME=username ENV OTF_MONGO_PASSWORD=password ENV OTF_MONGO_HOSTS=localhost:27017 -ENV OTF_MONGO_REPLICASET=mongoOTF +ENV OTF_MONGO_REPLICASET=rs0 ENV OTF_MONGO_DATABASE=otf -ENV OTF_CAMUNDA_DB_URL=localhost:3306/otf-camunda -ENV OTF_CAMUNDA_DB_USERNAME=username +ENV OTF_CAMUNDA_DB_URL=localhost:3306/camunda +ENV OTF_CAMUNDA_DB_USERNAME=root ENV OTF_CAMUNDA_DB_PASSWORD=password ENV AAF_PERM_TYPE=type ENV CADI_HOSTNAME=localhost