Skip to content

Docker Compose base for Symfony 4 projects

Notifications You must be signed in to change notification settings

cierzniak/symfony-docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker for Symfony project template

Template for Symfony projects with nginx, PHP and MySQL (MariaDB).

Tech data

App is served on port 80, but Compose file hosts project on port 8000. PhpMyAdmin is served on port 8001.

Access to MySQL: mysql://root:s3cret@database:3306/project (put it in /.env file).

Remember to uncomment schema update or migrations in /.misc/docker/app/entrypoint.sh. You can also add own start commands to this file.

After each change in /.misc/docker/ you have to rebuild docker images.

About

Docker Compose base for Symfony 4 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published