awx/tools/docker-compose
Matthew Jones 8a9b2fcaea Implement alternate ports for nginx
* This also allows disabling https mode in the nginx configuration
* Reconfigure the development container to not specifically require
  https, so the haproxy cluster configuration can work
2017-01-23 14:34:15 -05:00
..
2016-11-14 17:50:10 -05:00
2016-08-24 16:23:47 -04:00
2016-12-16 14:43:20 -05:00
2016-06-08 12:25:14 -04:00
2016-08-24 16:23:47 -04:00

docker build --no-cache=true --rm=true -t ansible/tower_devel:latest .
docker run --name tower_test -it --memory="4g" --cpuset="0,1" -v /Users/meyers/ansible/:/tower_devel -p 8013:8013 -p 8080:8080 -p 27017:27017 -p 2222:22 ansible/tower_devel