mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Set a custom name for Docker volumes SUMMARY This pull request is related to #9695 and will make sure that the command make docker-compose does not create additional Docker volumes with the wrong prefix. ISSUE TYPE Bugfix Pull Request COMPONENT NAME Installer AWX VERSION awx: 18.0.0 ADDITIONAL INFORMATION The current version of docker-compose.yml.j2 does not care about the Docker volumes created during the execution of migrate.yml. This means new Docker volumes will be created with the wrong prefix, which only contain the preloaded data. This does not make sense, because I want to keep my data and according to the docs, the following command is necessary to load the demo data. $ docker exec tools_awx_1 awx-manage create_preload_data Reviewed-by: Shane McDonald <me@shanemcd.com>