fix tower-expect -> awx-expect for isolated tower builds

This commit is contained in:
Ryan Petrello
2017-07-24 16:03:58 -04:00
parent 145caafdc8
commit 8ce1421c6a
14 changed files with 23 additions and 23 deletions

View File

@@ -1,17 +1,17 @@
version: '3'
services:
# Primary Tower Development Container link
tower:
awx:
environment:
EXTRA_GROUP_QUEUES: thepentagon
links:
- isolated
# Isolated Rampart Container
isolated:
image: gcr.io/ansible-tower-engineering/tower_isolated:${TAG}
image: gcr.io/ansible-tower-engineering/awx_isolated:${TAG}
hostname: isolated
volumes:
- "../awx/main/isolated:/tower_devel"
- "../awx/lib:/tower_lib"
- "../awx/main/isolated:/awx_devel"
- "../awx/lib:/awx_lib"
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
privileged: true