Merge pull request #2529 from AlanCoding/split_personality

Apply docker-compose fix to cluster target too

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2018-10-26 13:52:32 +00:00
committed by GitHub

View File

@@ -14,6 +14,7 @@ services:
- "1936:1936"
- "15672:15672"
awx_1:
user: ${CURRENT_UID}
privileged: true
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
hostname: awx_1
@@ -30,6 +31,7 @@ services:
ports:
- "5899-5999:5899-5999"
awx_2:
user: ${CURRENT_UID}
privileged: true
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
hostname: awx_2
@@ -46,6 +48,7 @@ services:
ports:
- "6899-6999:6899-6999"
awx_3:
user: ${CURRENT_UID}
privileged: true
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
hostname: awx_3