mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #5192 from shanemcd/local-projects
Mount local projects directory inside of dev container.
This commit is contained in:
commit
eaac54040c
@ -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…
x
Reference in New Issue
Block a user