apply docker-compose fix to cluster target too

This commit is contained in:
AlanCoding
2018-10-25 11:27:43 -04:00
parent 3e4738d948
commit 19030b9d5f

View File

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