cleanup compose file

This commit is contained in:
2025-03-31 16:35:47 +03:00
parent 7c00fb0171
commit ce3c354927
+1 -12
View File
@@ -20,23 +20,12 @@ services:
container_name: ${STATISTICS_CONTAINER:-streamline-emr-statistics}
restart: unless-stopped
volumes:
- "${STATISTICS_ENV:-./resources/statistics.env}"
- statistics_data:/app
depends_on:
- streamline-emr
networks:
- 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}