mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
Changed named volumes to bind mounted volumes for consistency
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "${STATISTICS_ENV:-./resources/statistics.env}:/app/statistics.env"
|
- "${STATISTICS_ENV:-./resources/statistics.env}:/app/statistics.env"
|
||||||
- statistics_data:/app
|
- "${STATISTICS_DATA_DIR:-./statistics_data}:/app"
|
||||||
depends_on:
|
depends_on:
|
||||||
- streamline-emr
|
- streamline-emr
|
||||||
- redis
|
- redis
|
||||||
@@ -39,7 +39,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${REDIS_PORT:-6379}:6379"
|
- "${REDIS_PORT:-6379}:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- redis_data:/data
|
- "${REDIS_DATA_DIR:-./redis_data}:/data"
|
||||||
networks:
|
networks:
|
||||||
- streamline
|
- streamline
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user