X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-camunda%2Fdocker%2FDockerfile;h=d63564eba318c1c9456ebabeb9234b7d193991fb;hb=1d1c0626cfac3bcf9e45be7bc97452caeda31f2d;hp=4df636c0e663aeb650c497a0a02d1234092bfa07;hpb=6f7e46b4562b31f748670be8947d315963240ddd;p=it%2Fotf.git 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