Browse Source

comment other env

tomishinets.v 6 years ago
parent
commit
f15b7057ea
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -5,7 +5,7 @@ COPY docker-entrypoint.sh \
      healthcheck.sh \
      /opt/
 COPY mongodb-org-3.6.repo /etc/yum.repos.d/
-ENV CATALINA_HOME="/opt/tomcat" 
+ENV CATALINA_HOME="/opt/tomcat"
 ENV PATH=$CATALINA_HOME/bin:$PATH \
     CATALINA_OPTS="-Dconfig.file=/etc/web-laboratory-admin/application.conf" \
     JAVA_HOME=/usr/java/default \
@@ -15,8 +15,8 @@ ENV PATH=$CATALINA_HOME/bin:$PATH \
     MONGODB=laboratory \
     FB_HOST=fb3_demo \
     FB_DATABASE=lab_99001 \
-    REPORT_SERVER_URL=http://reportproxy4.infoclinica.lan \
-    APPNET=labnetwork
+    REPORT_SERVER_URL=http://reportproxy4.infoclinica.lan
+#    APPNET=labnetwork
 EXPOSE 8091 8080 8009 2551
 HEALTHCHECK --start-period=300s --interval=15s --timeout=5s --retries=2 CMD /opt/healthcheck.sh
 ARG repo=prod