From be600571aa9bc000bab7b0540c2687d1e79be74d Mon Sep 17 00:00:00 2001 From: ebremer Date: Tue, 12 Nov 2019 12:59:16 -0500 Subject: [PATCH] bump PathDB to 1.3.1 --- config/httpd.conf.template | 4 ++++ quip-pathdb.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/httpd.conf.template b/config/httpd.conf.template index 9456c34..effc99d 100644 --- a/config/httpd.conf.template +++ b/config/httpd.conf.template @@ -351,6 +351,8 @@ IncludeOptional conf.d/*.conf ProxyPass /caMicroscope/data/ http://ca-security:4010/data/ ProxyPassReverse /caMicroscope/data/ http://ca-security:4010/data/ ProxyRequests Off + CustomLog "/data/pathdb/logs/access_log" combined + ErrorLog "/data/pathdb/logs/error_log" @@ -367,6 +369,8 @@ IncludeOptional conf.d/*.conf ProxyPass /caMicroscope/data/ http://ca-security:4010/data/ ProxyPassReverse /caMicroscope/data/ http://ca-security:4010/data/ ProxyRequests Off + CustomLog "/data/pathdb/logs/access_log" combined + ErrorLog "/data/pathdb/logs/error_log" diff --git a/quip-pathdb.yml b/quip-pathdb.yml index 3432121..5f19115 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -53,7 +53,7 @@ services: logging: driver: none pathdb: - build: "https://github.com/SBU-BMI/PathDB.git#1.3.0" + build: "https://github.com/SBU-BMI/PathDB.git#1.3.1" container_name: quip-pathdb restart: unless-stopped ports: ["443:443","80:80"]