/docker-symfony-demo

Run Symfony Demo using Docker and docker-compose. Provides also an Ansible playbook to deploy on Amazon Elastic Container Service (ECS) using CloudFormation templates.

Primary LanguagePHP

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).