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:
Matthew Jones
2016-09-08 10:18:14 -04:00
parent f3b7fe18ce
commit ebf103f345
6 changed files with 139 additions and 1 deletions

View File

@@ -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"