mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
Initial Docker Compose workflow for Tower cluster
The goal is to share a common pattern with the existing development work
This commit is contained in:
@@ -3,6 +3,11 @@ services:
|
||||
# Primary Tower Development Container
|
||||
tower:
|
||||
image: gcr.io/ansible-tower-engineering/tower_devel:${TAG}
|
||||
environment:
|
||||
RABBITMQ_HOST: rabbitmq
|
||||
RABBITMQ_USER: guest
|
||||
RABBITMQ_PASS: guest
|
||||
RABBITMQ_VHOST: tower
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8013:8013"
|
||||
|
||||
Reference in New Issue
Block a user