mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
add explicit awx_celery container version
This commit is contained in:
@@ -8,6 +8,7 @@ localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env pyth
|
||||
# by default the base will be used to search for ansible/awx_web and ansible/awx_task
|
||||
dockerhub_base=ansible
|
||||
dockerhub_version=latest
|
||||
rabbitmq_version=3.6.14
|
||||
|
||||
# This will create or update a default admin (superuser) account in AWX, if not provided
|
||||
# then these default values are used
|
||||
@@ -93,4 +94,4 @@ pg_port=5432
|
||||
|
||||
# AWX project data folder. If you need access to the location where AWX stores the projects
|
||||
# it manages from the docker host, you can set this to turn it into a volume for the container.
|
||||
#project_data_dir=/var/lib/awx/projects
|
||||
#project_data_dir=/var/lib/awx/projects
|
||||
|
||||
Reference in New Issue
Block a user