Skip to content

Aeropixel/docker-symfony-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

To containerize in Docker a Symfony installation along with PHP-FPM, Nginx, Postgresql and PgAdmin4. The Symfony container starts up already with the latest versions of Composer, Node and Symfony CLI installed.

Installation

Copy the .env.dist and edit according to your needs:

cp .env.dist .env

Start your docker environment:

docker compose up --build -d

Install the latest Symfony version on your containerphp container:

docker exec -it my_symfony-php bash

Confirm if the environment has all the requirements needed to install Symfony:

symfony check:requirements

Install symfony:

composer create-project symfony/skeleton ./

Installed Containers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published