mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #4827 from ryanpetrello/fix-docker-compose-cluster
fix broken `docker-compose-cluster` config Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
eacc7b8eb0
@ -51,7 +51,6 @@ services:
|
||||
volumes:
|
||||
- "../:/awx_devel"
|
||||
ports:
|
||||
- "6899:6899"
|
||||
- "7899-7999:7899-7999"
|
||||
awx_3:
|
||||
user: ${CURRENT_UID}
|
||||
@ -66,12 +65,12 @@ services:
|
||||
RABBITMQ_PASS: guest
|
||||
RABBITMQ_VHOST: /
|
||||
SDB_HOST: 0.0.0.0
|
||||
SDB_PORT: 7899
|
||||
SDB_PORT: 8899
|
||||
AWX_GROUP_QUEUES: charlie,tower
|
||||
volumes:
|
||||
- "../:/awx_devel"
|
||||
ports:
|
||||
- "7899-7999:7899-7999"
|
||||
- "8899-8999:8899-8999"
|
||||
rabbitmq_1:
|
||||
image: ${DEV_DOCKER_TAG_BASE}/rabbit_cluster_node:latest
|
||||
hostname: rabbitmq_1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user