Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker-compose.erd-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ services:
env_file: .env

log:
image: openlmis/rsyslog:1
image: openlmis/rsyslog:2
volumes:
- '../logs/${OL_SERVICE_NAME}:/var/log'
2 changes: 1 addition & 1 deletion reporting/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down