Based on previous work made on symfony-5-docker, this project shows how to run a Symfony demo project by using docker-compose.
How to test this?
- Install Docker Compose
- Clone this repository.
- Run all containers with
docker-compose up
- To re-build the containers, you should run
docker-compose build
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).