mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Tower -> AWX Tooling Migration
* Switching version number scheme and mechanism * Refactor development tooling towards 'awx' paths and names * Purging packaging details from Makefile
This commit is contained in:
committed by
Shane McDonald
parent
cf967d244b
commit
3892e4e389
@@ -1,9 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
# Primary Tower Development Container
|
||||
tower:
|
||||
image: gcr.io/ansible-tower-engineering/tower_devel:${TAG}
|
||||
hostname: tower
|
||||
# Primary AWX Development Container
|
||||
awx:
|
||||
image: gcr.io/ansible-tower-engineering/awx_devel:${TAG}
|
||||
hostname: awx
|
||||
environment:
|
||||
RABBITMQ_HOST: rabbitmq
|
||||
RABBITMQ_USER: guest
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
# volumes_from:
|
||||
# - sync
|
||||
volumes:
|
||||
- "../:/tower_devel"
|
||||
- "../:/awx_devel"
|
||||
privileged: true
|
||||
logstash:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user