Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deonvz/symfonydockerized
- Owner: deonvz
- Created: 2020-09-23T15:29:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T09:04:13.000Z (about 4 years ago)
- Last Synced: 2024-10-12T02:41:36.993Z (about 1 month ago)
- Topics: docker, dockerfiles, mariadb, mariadb-server, nginx, nginx-docker, nginx-server, php, php7, symfony, symfony5
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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