From the latest documentation it looks like docker-compose is no longer supported.
Is this correct?
That would be a problem for users (like some of my customers) who do not (yet) have a k8s cluster.
Could we at least provide a sample docker-compose file?
Hello,
Last news I heard from the AWX team is that they will deprecated the current docker-compose method. But they will replace it with another one that is today used by those who want to contribute to the project, like a dev env.
They didn’t say yet when this change will be implemented I believe.
I am in the same case as you, we don’t have a K8s cluster and would really like an alternative that can take care of the build of the containers and database migrations like we have now with the current process.
Nicolas
This is the official announcement back in november 2020.
https://groups.google.com/g/awx-project/c/47MjWSUQaOc/m/En0NrUiqAAAJ
You could check out the minikube based deployment that was added in January:
https://github.com/ansible/awx/blob/devel/docs/development/minikube.md
Greetings
Klaas
Thanks, but this is not an option: We can’t replace a production rollout with something running in Minikube…
Thanks, Nicolas!