docker-compose.yml in Google Cloud Run
I have a large understanding problem when it comes to docker-compose, Dockerfile and how GCP's service Cloud Run works. This makes me unable to advance in a project I have and I am litteraly out of things to try. I have a docker-compose.yml file with the following content: version: '2' services: # The Application app: container_name: laravel_app build: conte