mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
Update development environment for rabbit
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
links:
|
||||
- postgres
|
||||
- memcached
|
||||
- qpid
|
||||
- rabbitmq
|
||||
# - sync
|
||||
# volumes_from:
|
||||
# - sync
|
||||
@@ -23,9 +23,8 @@ services:
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
|
||||
qpid:
|
||||
image: fedora/qpid:latest
|
||||
entrypoint: qpidd --auth=no
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-management
|
||||
|
||||
# Source Code Synchronization Container
|
||||
# sync:
|
||||
|
||||
@@ -4,7 +4,7 @@ set +x
|
||||
# Wait for the databases to come up
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=postgres port=5432" all
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=memcached port=11211" all
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=qpid port=5672" all
|
||||
ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=rabbitmq port=5672" all
|
||||
|
||||
# In case Tower in the container wants to connect to itself, use "docker exec" to attach to the container otherwise
|
||||
# TODO: FIX
|
||||
|
||||
Reference in New Issue
Block a user