added svcapi ui and camunda code
[it/otf.git] / otf-robot-test-head / Dockerfile
index 7358b21..49267ac 100644 (file)
@@ -1,9 +1,18 @@
 FROM python:2.7\r
 \r
-ARG HTTP_PROXY="http://localhost:8080" \r
-ARG HTTPS_PROXY="http://localhost:8080" \r
-ARG http_proxy="http://localhost:8080" \r
-ARG https_proxy="http://localhost:8080"\r
+# ARG HTTP_PROXY="http://localhost:8080" \r
+# ARG HTTPS_PROXY="http://localhost:8080" \r
+# ARG http_proxy="http://localhost:8080" \r
+# ARG https_proxy="http://localhost:8080"\r
+\r
+ENV NAMESPACE=namespace\r
+ENV APP_NAME=otf-robot-test-head\r
+ENV APP_VERSION=1.0\r
+ENV OTF_MONGO_HOSTS=localhost:27017\r
+ENV OTF_MONGO_DATABASE=otf\r
+ENV OTF_MONGO_REPLICASET=mongoOTF\r
+ENV OTF_MONGO_USERNAME=username\r
+ENV OTF_MONGO_PASSWORD=password\r
 \r
 RUN python --version\r
 \r