I have a VueJS site on app engine, I would like to use wordpress for a blog placing it on the same domain at the same level at the /blog/ directory.
I can probably do this with dispatch.yaml and having wordpress hosted on the same GAE project as an additional service but then i need to purchase Google Cloud SQL which is overpriced for my use case, Id rather use a compute instance with php and sql running.
Is there any way to achieve this ? using App Engine or does it all have to be moved to a compute instance ?