Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 786 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 786 Bytes

Symfony Demo App with Docker Compose

Based on previous work made on symfony-5-docker, this project shows how to run a Symfony demo project by using docker-compose.

Quickstart

How to test this?

  1. Install Docker Compose
  2. Clone this repository.
  3. Run all containers with docker-compose up
  4. To re-build the containers, you should run docker-compose build

Deployment on AWS (ECS)

A testing demo app deployment can be provided by using Docker ECS integration.

The project includes an Ansible playbook to deploy on ECS by using Cloudformation (based on ecs-cloudformation).