mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Mount local projects directory inside of dev container.
Yesterday I noticed that we have awx/projects in our .gitignore. I am assuming this pre-dates our containerized development environment. With this commit, any project under awx/projects/ will be made available in the dev environment for selection when creating a Manual project. This comes in super handy when testing changes to playbooks locally.
This commit is contained in:
parent
ccc2a616c1
commit
f78c9f357d
@ -34,6 +34,7 @@ services:
|
||||
working_dir: "/awx_devel"
|
||||
volumes:
|
||||
- "../:/awx_devel"
|
||||
- "../awx/projects/:/var/lib/awx/projects/"
|
||||
privileged: true
|
||||
# A useful container that simply passes through log messages to the console
|
||||
# helpful for testing awx/tower logging
|
||||
|
Loading…
Reference in New Issue
Block a user