mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
Removed image mapping in the config.json file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
streamline-emr:
|
||||
image: ${APP_IMAGE:-streamline-emr:latest}
|
||||
container_name: ${APP_CONTAINER:-streamline-emr}
|
||||
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/arm64:2.3
|
||||
container_name: streamline-emr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "${DATA_DIR:-./data}:/var/lib/mysql"
|
||||
@@ -20,8 +20,8 @@ services:
|
||||
- streamline
|
||||
|
||||
statistics:
|
||||
image: ${STATISTICS_IMAGE:-streamline-emr-statistics:latest}
|
||||
container_name: ${STATISTICS_CONTAINER:-streamline-emr-statistics}
|
||||
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/statistics/arm64:2.3
|
||||
container_name: streamline-emr-statistics
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "${STATISTICS_ENV:-./resources/statistics.env}:/app/statistics.env"
|
||||
@@ -33,8 +33,8 @@ services:
|
||||
- streamline
|
||||
|
||||
redis:
|
||||
image: ${REDIS_IMAGE:-streamline-emr-redis:latest}
|
||||
container_name: ${REDIS_CONTAINER:-streamline-emr-redis}
|
||||
image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/redis/arm64:2.3
|
||||
container_name: streamline-emr-redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${REDIS_PORT:-6379}:6379"
|
||||
|
||||
Reference in New Issue
Block a user