version: '2' services: # Primary Tower Development Container link awx: environment: AWX_GROUP_QUEUES: tower,thepentagon links: - isolated # Isolated Rampart Container isolated: image: ${DEV_DOCKER_TAG_BASE}/awx_isolated:${TAG} container_name: tools_isolated_1 hostname: isolated volumes: - "../awx/main/isolated:/awx_devel" privileged: true