AWX job stuck

Hello,

I have mounted the projects and ansible volumes to hosts, but later all job gets stuck when I run any job.
Tried removing the volume and it worked perfectly.

Please help, how can I mount volume to local hosts to not loose my data at every new deployment.

image: ansible/awx:13.0.0
container_name: awx_task
depends_on:
- redis
- web
- postgres
command: /usr/bin/launch_awx_task.sh
hostname: awx
user: root
restart: unless-stopped
volumes:
- supervisor-socket:/var/run/supervisor
- rsyslog-socket:/var/run/awx-rsyslog/
- rsyslog-config:/var/lib/awx/rsyslog/
- /var/lib/awx:/var/lib/awx/
- /etc/ansible:/etc/ansible/
- "~/.awx/awxcompose/SECRET_KEY:/etc/tower/SECRET_KEY"
- "~/.awx/awxcompose/environment.sh:/etc/tower/conf.d/environment.sh"
- "~/.awx/awxcompose/credentials.py:/etc/tower/conf.d/credentials.py"
- "~/.awx/awxcompose/redis_socket:/var/run/redis/:rw"
environment:
http_proxy:
https_proxy:
no_proxy:
SUPERVISOR_WEB_CONFIG_PATH: '/etc/supervisord.conf'```

Issue is solved by passing extra volume name and defining volume.