Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razshare/symfony-caddy
https://github.com/razshare/symfony-caddy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/symfony-caddy
- Owner: razshare
- Created: 2021-03-20T03:06:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T03:18:53.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T13:28:35.979Z (7 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony Docker
A [Docker](https://www.docker.com/)-based installer and runtime for the [Symfony](https://symfony.com) web framework, with full [HTTP/2](https://symfony.com/doc/current/weblink.html), HTTP/3 and HTTPS support.
![CI](https://github.com/dunglas/symfony-docker/workflows/CI/badge.svg)
## Getting Started
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/)
2. Run `docker-compose up` (the logs will be displayed in the current shell)
3. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)## Features
* Production, development and CI ready
* Automatic HTTPS (in dev and in prod!)
* HTTP/2, HTTP/3 and [Preload](https://symfony.com/doc/current/web_link.html) support
* Built-in [Mercure](https://symfony.com/doc/current/mercure.html) hub
* [Vulcain](https://vulcain.rocks) support
* Just 2 services (PHP FPM and Caddy server)
* Super-readable configuration**Enjoy!**
## Docs
1. [Build options](docs/build.md)
2. [Support for extra services](docs/extra-services.md)
3. [Deploying in production](docs/production.md)
4. [Installing Xdebug](docs/xdebug.md)
5. [Troubleshooting](docs/troubleshooting.md)## Credits
Created by [Kévin Dunglas](https://dunglas.fr), co-maintained by [Maxime Helias](https://twitter.com/maxhelias) and sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).
---
Riferire al PR https://github.com/partnersolution/american-express-ebta/pull/8 per più informazioni su come avviare il server su porte diverse nel caso in cui il server stesso è dietro un ulteriore Reverse Proxy (come Apache nel nostro caso).