Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venturaproject/symfony-boilerplate-ddd
Symfony boilerplate DDD
https://github.com/venturaproject/symfony-boilerplate-ddd
apiplatform docker symfony
Last synced: about 1 month ago
JSON representation
Symfony boilerplate DDD
- Host: GitHub
- URL: https://github.com/venturaproject/symfony-boilerplate-ddd
- Owner: venturaproject
- Created: 2024-06-27T13:23:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T05:34:46.000Z (5 months ago)
- Last Synced: 2024-10-13T07:05:30.274Z (about 1 month ago)
- Topics: apiplatform, docker, symfony
- Language: PHP
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🐳 Docker + PHP 8.3 + MySQL + Nginx + Symfony 7 Boilerplate
## Description
This is a complete stack for running Symfony 7.0 in Docker containers using docker-compose tool.
It is composed by 3 containers:
- `nginx`, acting as the webserver.
- `php`, the PHP-FPM container with the 8.3 version of PHP.
- `db`, MySQL database container with a MySQL 8.0 image.
- `rabbitmq`, RabbitMQ container.
- `redis`, Redis container.## Installation
Clone this repo.
Go inside `./docker` folder and run `docker compose up -d` to start containers.
run `make install-composer` or `make enter-php-container` and `composer install`## Api Platform
Browse Open API Platform docs: http://localhost/api/doc