1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

Mount awx_devel in execution nodes for developer utility

This commit is contained in:
Alan Rominger 2022-01-25 12:28:26 -05:00
parent cfabbcaaf6
commit c86fafbd7e
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -140,6 +140,7 @@ services:
links:
- receptor-hop
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"
- "/sys/fs/cgroup:/sys/fs/cgroup"
- "../../docker-compose/_sources/receptor/work_public_key.pem:/etc/receptor/work_public_key.pem"