streamline-emr v2.3 custom sync service scripts, docker-compose updates

This commit is contained in:
2025-03-26 19:18:23 +03:00
parent 22473c8f3f
commit b0c09ade50
294 changed files with 42340 additions and 189 deletions
+10
View File
@@ -27,6 +27,16 @@ services:
- streamline
env_file:
- "${STATISTICS_ENV:-./resources/statistics.env}"
environment:
DB_DATABASE: 'streamline'
DB_HOST: 'streamline-emr'
DB_USERNAME: 'root'
DB_PASSWORD: 'streamline'
REDIS_HOST: 'streamline-emr-redis'
REDIS_PORT: '6379'
REDIS_TTL: '432000'
SERVER: 'https://impactdashboard.streamlinehealth.tech/'
SERVER_ENDPOINT: '/signalytic/receive_data'
redis:
image: ${REDIS_IMAGE:-streamline-emr-redis:latest}