https://github.com/franjid/dockerized-symfony-app
Dockerized Symfony App
https://github.com/franjid/dockerized-symfony-app
docker docker-compose php symfony
Last synced: 3 months ago
JSON representation
Dockerized Symfony App
- Host: GitHub
- URL: https://github.com/franjid/dockerized-symfony-app
- Owner: franjid
- Created: 2020-03-30T14:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:45:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T03:27:00.238Z (over 1 year ago)
- Topics: docker, docker-compose, php, symfony
- Language: PHP
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Symfony App
This in an example of a basic Symfony project running in a dockerized environment with PHP, Nginx and Mysql.
1) Copy `.env.example` to `.env`
2) Copy `code/hello_world/.env.example` to `code/hello_world/.env`
3) Run:
```
docker-compose up
```
Go to `localhost` to see the magic.
For a more advanced Symfony App developed using this approach, take a look at this other project: [Filmaffin API](https://github.com/franjid/filmaffin-api)