Removed image mapping in the config.json file

This commit is contained in:
Patrick Gregorio
2025-04-03 12:32:35 -06:00
parent 886b364b55
commit 5d5f430a2d
13 changed files with 11 additions and 1904 deletions
+6 -6
View File
@@ -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"