Skip to content

Commit

Permalink
updated docker compose to point carma-system 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored May 5, 2023
1 parent 402a3a7 commit c5bc503
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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: .
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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: .
Expand All @@ -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: .
Expand Down

0 comments on commit c5bc503

Please sign in to comment.