Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deonvz/symfonydockerized

A Docker build project that provides you with Symfony, PHP, Nginx and Mariadb. It`s ready to run your app. Get the linked dockerhub image deonvz/symfonydockerized
https://github.com/deonvz/symfonydockerized

docker dockerfiles mariadb mariadb-server nginx nginx-docker nginx-server php php7 symfony symfony5

Last synced: 11 days ago
JSON representation

A Docker build project that provides you with Symfony, PHP, Nginx and Mariadb. It`s ready to run your app. Get the linked dockerhub image deonvz/symfonydockerized

Awesome Lists containing this project

README

        

# symfonydockerized
Docker build project that provides you with Symfony 5, PHP, Nginx and Mariadb. It`s ready to run your app.

1) Clone the Repo
2) Run: docker-compose build
3) Run: docker-compose up

* Place your app in the apps\my-symfony-app location.

Set variables in the .env file or call a specific env file for your enviroment.
Example:
docker-compose --env-file ./config/.env.dev up