Merge pull request #11608 from AlanCoding/mount_awx_devel

Mount awx_devel in execution nodes for developer utility
This commit is contained in:
Alan Rominger 2022-01-25 16:42:56 -05:00 committed by GitHub
commit 8d4d1d594b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"