You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/04/18 22:30:27 UTC

[GitHub] dangogh opened a new pull request #2149: TO and TODB in docker front-to-back

dangogh opened a new pull request #2149: TO and TODB in docker front-to-back
URL: https://github.com/apache/incubator-trafficcontrol/pull/2149
 
 
   Taking a different approach and removing rpm and postinstall from the equation.   Traffic Ops (perl) and Traffic Ops (go) are each built separately in a staged dockerfile and required files copied to the final image.  Using docker-compose to coordinate communication between these two containers and the db.   The following will give you a traffic_ops running instance on port 443 on the host:
   
   ```
   cd infrastructure/docker
   docker-compose -f docker-compose.yml -f traffic_ops_db/docker-compose.yml -f traffic_ops/docker-compose.yml up --build
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services