mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Support for executing job and adhoc commands on isolated Tower nodes (#6524)
This commit is contained in:
17
tools/docker-isolated-override.yml
Normal file
17
tools/docker-isolated-override.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
services:
|
||||
# Primary Tower Development Container link
|
||||
tower:
|
||||
environment:
|
||||
DOCKER_TOOLS_DIR: tools/docker-isolated
|
||||
links:
|
||||
- isolated
|
||||
# Isolated Rampart Container
|
||||
isolated:
|
||||
image: gcr.io/ansible-tower-engineering/tower_isolated:${TAG}
|
||||
hostname: isolated
|
||||
volumes:
|
||||
- "../awx/main/isolated:/tower_isolated"
|
||||
- "../awx/lib:/tower_lib"
|
||||
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||
privileged: true
|
||||
Reference in New Issue
Block a user