mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 10:09:20 -02:30
Merge pull request #5192 from shanemcd/local-projects
Mount local projects directory inside of dev container.
This commit is contained in:
@@ -34,6 +34,7 @@ services:
|
|||||||
working_dir: "/awx_devel"
|
working_dir: "/awx_devel"
|
||||||
volumes:
|
volumes:
|
||||||
- "../:/awx_devel"
|
- "../:/awx_devel"
|
||||||
|
- "../awx/projects/:/var/lib/awx/projects/"
|
||||||
privileged: true
|
privileged: true
|
||||||
# A useful container that simply passes through log messages to the console
|
# A useful container that simply passes through log messages to the console
|
||||||
# helpful for testing awx/tower logging
|
# helpful for testing awx/tower logging
|
||||||
|
|||||||
Reference in New Issue
Block a user