Skip to content

Create and dockerize app and orcherstrate all services using docker-compose.

Notifications You must be signed in to change notification settings

jarekkowol/symfony4-fullstack

Repository files navigation

1. Pre-requisite

Depending of your Operating system, you will need to install Docker daemon and docker-compose.

2. Architecture

  • App - php-fpm with Symfony4 framework as a PHP backend service.
  • Web - Nginx as web server

3. Build

To create the images and launch the containers, we just have to run the following command:

$ make build
$ make up

And to check the status of the containers, we have the following command:

$ docker container ps

Your app is now running and you can access your frontend using localhost:8050

About

Create and dockerize app and orcherstrate all services using docker-compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published