Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geshan/symfony-demo-google-cloud-run
Symfony Demo app on Google Cloud Run
https://github.com/geshan/symfony-demo-google-cloud-run
cloud-run docker docker-compose google-cloud google-cloud-run symfony symfony-demo symfony4
Last synced: 11 days ago
JSON representation
Symfony Demo app on Google Cloud Run
- Host: GitHub
- URL: https://github.com/geshan/symfony-demo-google-cloud-run
- Owner: geshan
- License: mit
- Created: 2019-10-27T23:47:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:43:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T11:14:13.298Z (27 days ago)
- Topics: cloud-run, docker, docker-compose, google-cloud, google-cloud-run, symfony, symfony-demo, symfony4
- Language: PHP
- Homepage: https://geshan.com.np/blog/2019/11/how-to-run-symfony-on-google-cloud-run-with-the-demo-app-step-by-step-guide/
- Size: 4.82 MB
- Stars: 19
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-run - Symfony - 📰 [Blog post](https://geshan.com.np/blog/2019/11/how-to-run-symfony-on-google-cloud-run-with-the-demo-app-step-by-step-guide/) (Run popular languages and stacks / Languages)
README
Symfony Demo Application
========================The "Symfony Demo Application" is a reference application created to show how
to develop applications following the [Symfony Best Practices](https://symfony.com/doc/current/best_practices/index.html). Original [Read me](https://github.com/symfony/demo). This repo is part of [Symfony on Google Cloud Run](https://geshan.com.np/blog/2019/11/how-to-run-symfony-on-google-cloud-run-with-the-demo-app-step-by-step-guide/) blog post.## Run Locally with docker and docker-compose
Run the following command:
```bash
docker-compose up
```Then hit `http://localhost:8080` on your browser.
## Run on Google Cloud Run
[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/geshan/symfony-demo-google-cloud-run.git)
## Gotcha
As it uses a `sqlite` which is a local file, all changes will be lost as the file is not saved to a bucket.