Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clmntgbr/symfony-frankenphp
- Owner: clmntgbr
- License: mit
- Created: 2025-01-04T14:37:54.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:01:20.000Z (8 days ago)
- Last Synced: 2025-01-04T15:27:34.412Z (8 days ago)
- Topics: docker, frankenphp, postgresql-database, rabbitmq, symfony
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.