mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
fix broken docker-compose-cluster config
This commit is contained in:
parent
bc6edf7af3
commit
4b62f4845a
@ -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