Using the attached docker-compose.yml file, running a docker-compose up, I get the following errors over an over again in the logs:
postgres | FATAL: role "root" does not exist
*
*
awx_task | django.db.utils.OperationalError: FATAL: role "root" does not exist
*
*
awx_web | django.db.utils.OperationalError: FATAL: role "root" does not exist
It seems to be related to the "user: root" definitions within the docker-compose.yml file, but those lines were created by the awx install script.
Any ideas? Should I be calling out a different "user: " within the docker-compose file?
Thanks!!