Automated testing and docker-compose.yml
overhaul
#57
Labels
enhancement
New feature or request
Milestone
docker-compose.yml
overhaul
#57
Previous discussion: #45 (comment)
Currently our
docker-compose.yml
files are chained together with adocker-compose -f ... -f ... -f ....
command to bring up a series of containers for manual testing. We would like eachdocker-compose.yml
file to be self-contained and (eventually) run automated tests when brought up (Maybe a separatedocker-compose-testing.yml
?)For service
xxx
thedocker-compose.yml
should have the following properties:isoblue-avena/services/xxx
,docker-compose {build up down etc}
should work@abalmos This is your vision. Any other comments?
The text was updated successfully, but these errors were encountered: