mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Mount awx_devel in execution nodes for developer utility
This commit is contained in:
@@ -140,6 +140,7 @@ services:
|
|||||||
links:
|
links:
|
||||||
- receptor-hop
|
- receptor-hop
|
||||||
volumes:
|
volumes:
|
||||||
|
- "../../../:/awx_devel" # not used, but mounted so that any in-place installs can be used for whole cluster
|
||||||
- "../../docker-compose/_sources/receptor/receptor-worker-{{ loop.index }}.conf:/etc/receptor/receptor.conf"
|
- "../../docker-compose/_sources/receptor/receptor-worker-{{ loop.index }}.conf:/etc/receptor/receptor.conf"
|
||||||
- "/sys/fs/cgroup:/sys/fs/cgroup"
|
- "/sys/fs/cgroup:/sys/fs/cgroup"
|
||||||
- "../../docker-compose/_sources/receptor/work_public_key.pem:/etc/receptor/work_public_key.pem"
|
- "../../docker-compose/_sources/receptor/work_public_key.pem:/etc/receptor/work_public_key.pem"
|
||||||
|
|||||||
Reference in New Issue
Block a user