Where does AWX Docker keep it's data?

Hi,

I’m trying out AWX using the docker solution and I was wondering where AWX keeps it’s configured data. I’ve tried resetting everything with make docker-clean and make docker-compose-clean and even did a docker system prune -af but the settings where still there. I had to delete the whole awx git directory to start over. Can any enlighten me?

Hi ,

I think all config is in postgres database and it’s data is stored here: /var/lib/docker/volumes/tools_awx_db/_data

Regards

Riadh