mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
* 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
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