limited commented on a change in pull request #2149: TO and TODB in docker front-to-back URL: https://github.com/apache/incubator-trafficcontrol/pull/2149#discussion_r184976338
########## File path: infrastructure/cdn-in-a-box/README.md ########## @@ -0,0 +1,41 @@ +# CDN-In-A-bOx (CIAO) - Notes + +## Build step +So far, the build is done from this directory (/infrastructure/cdn-in-a-box/), using the following command: + +```bash +docker-compose -f ./docker-compose.yml -f traffic_ops/docker-compose.yml -f traffic_ops_db/docker-compose.yml -f traffic_portal/docker-compose.yml up --build Review comment: This might be easier to use if there was just a single docker-compose file with multiple services in it ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
