diff --git a/.env b/.env index ec15e74..8866b42 100644 --- a/.env +++ b/.env @@ -16,6 +16,6 @@ OL_ONE_NETWORK_INTEGRATION_STOCKMANAGEMENT_EXTENSION_VERSION=0.0.1 OL_DIAGNOSTICS_VERSION=1.1.3-SNAPSHOT OL_NGINX_VERSION=5 -OL_RSYSLOG_VERSION=1 +OL_RSYSLOG_VERSION=2 OL_POSTGRES_VERSION=12-debezium diff --git a/docker-compose.erd-generation.yml b/docker-compose.erd-generation.yml index d80ec61..9fe0816 100644 --- a/docker-compose.erd-generation.yml +++ b/docker-compose.erd-generation.yml @@ -15,6 +15,6 @@ services: env_file: .env log: - image: openlmis/rsyslog:1 + image: openlmis/rsyslog:2 volumes: - '../logs/${OL_SERVICE_NAME}:/var/log' diff --git a/reporting/.env b/reporting/.env index 2657cf4..fc2d17d 100644 --- a/reporting/.env +++ b/reporting/.env @@ -3,7 +3,7 @@ OL_NIFI_VERSION=1.9.2 OL_POSTGRES_VERSION=12-debezium OL_SUPERSET_VERSION=1.5.2 OL_SUPERSET_PATCHUP_VERSION=v0.5.1 -OL_RSYSLOG_VERSION=1 +OL_RSYSLOG_VERSION=2 OL_NGINX_VERSION=4 REPORTING_POSTGRES_PORT=5432