Merge pull request #5192 from shanemcd/local-projects

Mount local projects directory inside of dev container.
This commit is contained in:
Shane McDonald 2019-11-07 07:35:45 -05:00 committed by GitHub
commit eaac54040c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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