An open API service indexing awesome lists of open source software.

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

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)