Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clmntgbr/symfony-frankenphp

Symfony 7.2 Docker with FrankenPHP, RabbitMQ and PostgreSQL
https://github.com/clmntgbr/symfony-frankenphp

docker frankenphp postgresql-database rabbitmq symfony

Last synced: 8 days ago
JSON representation

Symfony 7.2 Docker with FrankenPHP, RabbitMQ and PostgreSQL

Awesome Lists containing this project

README

        

# Symfony Docker FrankenPHP Boilerplate

Based on A [Symfony Docker](https://github.com/dunglas/symfony-docker) installer and runtime for the [Symfony](https://symfony.com) web framework,
with [FrankenPHP](https://frankenphp.dev) and [Caddy](https://caddyserver.com/) inside!

## Getting Started

1. Run `docker compose build --no-cache` to build fresh images
2. Run `docker compose up --pull always -d --wait` to set up and start a fresh Symfony project
3. Open `https://localhost` in your favorite web browser
4. Run `docker compose down --remove-orphans` to stop the Docker containers.

## Features

* Blazing-fast performance thanks to [the worker mode of FrankenPHP](https://github.com/dunglas/frankenphp/blob/main/docs/worker.md) (automatically enabled in prod mode)
* PostGreSQL
* RabbitMQ
* ApiPlatform, Doctrine, Fixtures, AMQP Messenger bundles in symfony

**Enjoy!**

## License

Symfony Docker FrankenPHP is available under the MIT License.