mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
18 lines
445 B
YAML
18 lines
445 B
YAML
version: '3'
|
|
services:
|
|
# Primary Tower Development Container link
|
|
tower:
|
|
environment:
|
|
EXTRA_GROUP_QUEUES: thepentagon
|
|
links:
|
|
- isolated
|
|
# Isolated Rampart Container
|
|
isolated:
|
|
image: gcr.io/ansible-tower-engineering/tower_isolated:${TAG}
|
|
hostname: isolated
|
|
volumes:
|
|
- "../awx/main/isolated:/tower_devel"
|
|
- "../awx/lib:/tower_lib"
|
|
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
privileged: true
|