airbyte is workspace space size is increasing every day. 5 days once im running the below script through cron
[ec2-user@ip-10-1-29-121 airbyte]$ more cleanup.sh
#!/bin/bash
cd ~/airbyte
docker-compose down
docker volume rm airbyte_workspace
docker-compose up -d