Fix postgres error in docker-compose.
We need to change healthcheck command.
Because healthcheck command is incorrect postgres is constantly write in log "FATAL: role "root" does not exist".
It must be fixed by providing different healthcheck command.