diff --git a/docker-compose.yml b/docker-compose.yml index 658f6aa21..5581caf90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -60,7 +60,7 @@ services: - ./mysql/localhost.sql:/docker-entrypoint-initdb.d/localhost.sql - mysql-datavolume:/var/lib/mysql php: - image: usdotfhwaops/php:latest + image: usdotfhwaops/php:7.5.0 container_name: php network_mode: host depends_on: @@ -69,7 +69,7 @@ services: tty: true v2xhub: - image: usdotfhwaops/v2xhubamd:latest + image: usdotfhwaops/v2xhubamd:7.5.0 container_name: v2xhub network_mode: host restart: always @@ -85,7 +85,7 @@ services: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro scheduling_service: - image: usdotfhwastoldev/scheduling_service:develop + image: usdotfhwastol/scheduling_service:carma-system-4.4.0 command: sh -c "/wait && /home/carma-streets/scheduling_service/build/scheduling_service" build: context: . @@ -110,7 +110,7 @@ services: - /etc/timezone:/etc/timezone:ro message_services: - image: usdotfhwastoldev/message_services:develop + image: usdotfhwastol/message_services:carma-system-4.4.0 build: context: . dockerfile: message_services/Dockerfile @@ -128,7 +128,7 @@ services: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro intersection_model: - image: usdotfhwastoldev/intersection_model:develop + image: usdotfhwastol/intersection_model:carma-system-4.4.0 build: context: . dockerfile: intersection_model/Dockerfile @@ -146,7 +146,7 @@ services: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro signal_opt_service: - image: usdotfhwastoldev/signal_opt_service:develop + image: usdotfhwastol/signal_opt_service:carma-system-4.4.0 command: sh -c "/wait && /home/carma-streets/signal_opt_service/build/signal_opt_service" build: context: . @@ -172,7 +172,7 @@ services: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro tsc_service: - image: usdotfhwastoldev/tsc_service:develop + image: usdotfhwastol/tsc_service:carma-system-4.4.0 command: sh -c "/wait && /home/carma-streets/tsc_client_service/build/traffic_signal_controller_service" build: context: .