From f0d6376c9afbdcdefdfc108bb9ee4b1d22c66b70 Mon Sep 17 00:00:00 2001 From: Anish Date: Wed, 28 Aug 2024 17:04:08 -0400 Subject: [PATCH] update images in docker compose to release --- telematic_system/docker-compose.cloud.servers.yml | 4 ++-- telematic_system/docker-compose.local.yml | 12 ++++++------ telematic_system/docker-compose.units.yml | 6 +++--- telematic_system/docker-compose.webapp.yml | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/telematic_system/docker-compose.cloud.servers.yml b/telematic_system/docker-compose.cloud.servers.yml index aa309c15..57370fde 100644 --- a/telematic_system/docker-compose.cloud.servers.yml +++ b/telematic_system/docker-compose.cloud.servers.yml @@ -15,7 +15,7 @@ services: context: "./telematic_cloud_messaging" container_name: messaging_server #Todo: The cloud messaging service image has incorrect configuration. Please update the application.properties, and build it from source code. - image: usdotfhwastolcandidate/telematic_cloud_messaging:neon + image: usdotfhwastol/telematic_cloud_messaging:carma-system-4.7.0 depends_on: - nats restart: always @@ -33,7 +33,7 @@ services: context: ./telematic_historical_data_processing dockerfile: Dockerfile network: host - image: usdotfhwastolcandidate/telematic_historical_data_processing:neon + image: usdotfhwastol/telematic_historical_data_processing:carma-system-4.7.0 network_mode: host logging: options: diff --git a/telematic_system/docker-compose.local.yml b/telematic_system/docker-compose.local.yml index ab4a3036..07d91762 100644 --- a/telematic_system/docker-compose.local.yml +++ b/telematic_system/docker-compose.local.yml @@ -51,7 +51,7 @@ services: grafana: build: context: "./telematic_apps/grafana" - image: usdotfhwastolcandidate/telematic_grafana:neon + image: usdotfhwastol/telematic_grafana:carma-system-4.7.0 restart: always container_name: grafana logging: @@ -74,7 +74,7 @@ services: build: context: "./telematic_apps/web_app/server" dockerfile: "Dockerfile" - image: usdotfhwastolcandidate/telematic_web_server:neon + image: usdotfhwastol/telematic_web_server:carma-system-4.7.0 restart: always container_name: web_server logging: @@ -95,7 +95,7 @@ services: web_client: build: context: "./telematic_apps/web_app/client" - image: usdotfhwastolcandidate/telematic_web_client:neon + image: usdotfhwastol/telematic_web_client:carma-system-4.7.0 restart: always container_name: web_client logging: @@ -110,7 +110,7 @@ services: build: context: "./telematic_apps/apache2" dockerfile: "./local.Dockerfile" - image: usdotfhwastolcandidate/telematic_local_apache2:neon + image: usdotfhwastol/telematic_local_apache2:carma-system-4.7.0 restart: always container_name: apache2 logging: @@ -135,7 +135,7 @@ services: build: context: "./telematic_cloud_messaging" container_name: messaging_server - image: usdotfhwastolcandidate/telematic_cloud_messaging:neon + image: usdotfhwastol/telematic_cloud_messaging:carma-system-4.7.0 depends_on: - nats - mysqldb @@ -155,7 +155,7 @@ services: context: ./telematic_historical_data_processing dockerfile: Dockerfile network: host - image: usdotfhwastolcandidate/telematic_historical_data_processing:neon + image: usdotfhwastol/telematic_historical_data_processing:carma-system-4.7.0 container_name: rosbag2_processing_service restart: always depends_on: diff --git a/telematic_system/docker-compose.units.yml b/telematic_system/docker-compose.units.yml index 8d859208..72d6e71f 100755 --- a/telematic_system/docker-compose.units.yml +++ b/telematic_system/docker-compose.units.yml @@ -4,7 +4,7 @@ services: build: context: ./telematic_units/carma_vehicle_bridge dockerfile: Dockerfile - image: usdotfhwastolcandidate/carma_vehicle_nats_bridge:neon + image: usdotfhwastol/carma_vehicle_nats_bridge:carma-system-4.7.0 logging: options: max-size: "2g" @@ -32,7 +32,7 @@ services: build: context: ./telematic_units/carma_street_bridge dockerfile: Dockerfile - image: usdotfhwastolcandidate/carma_street_nats_bridge:neon + image: usdotfhwastol/carma_street_nats_bridge:carma-system-4.7.0 logging: options: max-size: "2g" @@ -60,7 +60,7 @@ services: build: context: ./telematic_units/carma_cloud_bridge dockerfile: Dockerfile - image: usdotfhwastolcandidate/carma_cloud_nats_bridge:neon + image: usdotfhwastol/carma_cloud_nats_bridge:carma-system-4.7.0 logging: options: max-size: "2g" diff --git a/telematic_system/docker-compose.webapp.yml b/telematic_system/docker-compose.webapp.yml index 531c72d2..ae252479 100644 --- a/telematic_system/docker-compose.webapp.yml +++ b/telematic_system/docker-compose.webapp.yml @@ -5,7 +5,7 @@ services: context: "./telematic_apps/web_app/server" restart: always container_name: web_server - image: usdotfhwastolcandidate/telematic_web_server:neon + image: usdotfhwastol/telematic_web_server:carma-system-4.7.0 logging: options: max-size: "10m" @@ -48,7 +48,7 @@ services: web_client: build: context: "./telematic_apps/web_app/client" - image: usdotfhwastolcandidate/telematic_web_client:neon + image: usdotfhwastol/telematic_web_client:carma-system-4.7.0 restart: always container_name: web_client logging: @@ -65,7 +65,7 @@ services: build: context: "./telematic_apps/apache2" restart: always - image: usdotfhwastolcandidate/telematic_apache2:neon + image: usdotfhwastol/telematic_apache2:carma-system-4.7.0 container_name: apache2 logging: options: @@ -88,7 +88,7 @@ services: grafana: build: context: "./telematic_apps/grafana" - image: usdotfhwastolcandidate/telematic_grafana:neon + image: usdotfhwastol/telematic_grafana:carma-system-4.7.0 restart: always container_name: grafana logging: