Hello!
Trying to run the Akaunting Docker image on Cloud Run, where I have to use Cloud SQL to be able to scale down to 0.
Unfortunately, it doesn't seem like the image is set up to connect to MySQL via a socket, as it requires you to provide a hostname and a port.
Has anyone worked around this, or do I need to wrap my own Docker image?
Hello!
Trying to run the Akaunting Docker image on Cloud Run, where I have to use Cloud SQL to be able to scale down to 0.
Unfortunately, it doesn't seem like the image is set up to connect to MySQL via a socket, as it requires you to provide a hostname and a port.
Has anyone worked around this, or do I need to wrap my own Docker image?