mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
cleanup compose file
This commit is contained in:
+1
-12
@@ -20,23 +20,12 @@ services:
|
|||||||
container_name: ${STATISTICS_CONTAINER:-streamline-emr-statistics}
|
container_name: ${STATISTICS_CONTAINER:-streamline-emr-statistics}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
- "${STATISTICS_ENV:-./resources/statistics.env}"
|
||||||
- statistics_data:/app
|
- statistics_data:/app
|
||||||
depends_on:
|
depends_on:
|
||||||
- streamline-emr
|
- streamline-emr
|
||||||
networks:
|
networks:
|
||||||
- streamline
|
- 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:
|
redis:
|
||||||
image: ${REDIS_IMAGE:-streamline-emr-redis:latest}
|
image: ${REDIS_IMAGE:-streamline-emr-redis:latest}
|
||||||
|
|||||||
Reference in New Issue
Block a user