Skip to content

Commit

Permalink
Merge pull request #74 from hzi-braunschweig/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
asohh authored Jul 15, 2020
2 parents 533adeb + 8f9e21b commit 9c427ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SORMAS_POSTGRES_PASSWORD=password

SORMAS_POSTGRES_USER=sormas_user
SORMAS_DOCKER_VERSION=2.6.0
SORMAS_VERSION=1.44.0
SORMAS_DOCKER_VERSION=2.6.1
SORMAS_VERSION=1.44.2
SORMAS_SERVER_URL=sormas-docker-test.com
SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/

Expand Down
2 changes: 1 addition & 1 deletion apache2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM httpd:2.4-alpine
ARG SORMAS_SERVER_URL

ARG SORMAS_VERSION=1.44.0
ARG SORMAS_VERSION=1.44.2
ARG SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/


Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM lsiobase/nginx:3.11

ARG CERTBOT_VERSION=1.3.0
ARG SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/
ARG SORMAS_VERSION=1.44.0
ARG SORMAS_VERSION=1.44.2

LABEL maintainer="aptalca"

Expand Down
2 changes: 1 addition & 1 deletion postgres/psql.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ listen_addresses = '*'
# RESOURCE USAGE (except WAL)
#------------------------------------------------------------------------------

max_transactions = 288
# max_transactions = 288

# - Memory -

Expand Down
2 changes: 1 addition & 1 deletion sormas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG MAIL_FROM=sormas@localhost
ARG JVM_MAX=4096m
ARG SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/
EXPOSE 6080
ARG SORMAS_VERSION=1.44.0
ARG SORMAS_VERSION=1.44.2

ENV MAIL_FROM=root@localhost
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 9c427ba

Please sign in to comment.