usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Separate the docker services management of telematic modules from the CARMA related services in simulation environment #209

Open dan-du-car opened 4 months ago

dan-du-car commented 4 months ago

Summary

CARMA docker services (CARMA vehicle, CARMA streets) are managed by docker-compose.yml. For the easy of management of telematic services, move the telematic docker services into docker-compose-background.yml file.

Reasoning for new functionality

Easy maintenance by separating these services into different yaml files.