mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
add instance groups and queues to cluster tooling
This commit is contained in:
@@ -31,7 +31,7 @@ yes | cp -rf /tower_devel/tools/docker-compose/supervisor.conf /supervisor.conf
|
||||
# Tower bootstrapping
|
||||
make version_file
|
||||
make migrate
|
||||
make init DOCKER_TOOLS_DIR=${DOCKER_TOOLS_DIR}
|
||||
make init
|
||||
|
||||
mkdir -p /tower_devel/awx/public/static
|
||||
mkdir -p /tower_devel/awx/ui/static
|
||||
@@ -41,5 +41,5 @@ mkdir -p /tower_devel/awx/ui/static
|
||||
if [ -f "/tower_devel/tools/docker-compose/use_dev_supervisor.txt" ]; then
|
||||
make supervisor
|
||||
else
|
||||
honcho start -f "${DOCKER_TOOLS_DIR}/Procfile"
|
||||
honcho start -f "tools/docker-compose/Procfile"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user