I'm trying to install full mode using pip install -r requirements-cli-only.txt and it works fine, but when I try python3 okuna-cli.py up-full it stuck at 'Waiting for server to come up', and also try docker-compose -f docker-compose-full.yml up and I got some log from db [Warning] Aborted connection 10 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.16.16.1’ (This connection closed normally without authentication).
Is there anything else to config ?