-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,18 @@ | ||
# Symfony Docker | ||
# api-platform bugs | ||
|
||
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. | ||
1. Run `docker-compose up` | ||
2. Run `doctrine:fixtures:load` | ||
3. See results | ||
|
||
![CI](https://github.com/dunglas/symfony-docker/workflows/CI/badge.svg) | ||
## Bugs | ||
1. https://github.com/api-platform/core/issues/4723 | ||
|
||
## Getting Started | ||
Try to get ResetTokenRequest resource's | ||
|
||
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) | ||
2. Run `docker-compose build --pull --no-cache` to build fresh images | ||
3. Run `docker-compose up` (the logs will be displayed in the current shell) | ||
4. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334) | ||
5. Run `docker-compose down --remove-orphans` to stop the Docker containers. | ||
https://localhost/api | ||
|
||
## Features | ||
2. https://github.com/api-platform/core/issues/4727 | ||
|
||
* 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 | ||
See the difference between UpdateDomain (updateDomainInput) and Update2Domain (update2DomainInput) mutations | ||
|
||
**Enjoy!** | ||
|
||
## Docs | ||
|
||
1. [Build options](docs/build.md) | ||
2. [Using Symfony Docker with an existing project](docs/existing-project.md) | ||
3. [Support for extra services](docs/extra-services.md) | ||
4. [Deploying in production](docs/production.md) | ||
5. [Installing Xdebug](docs/xdebug.md) | ||
6. [Using a Makefile](docs/makefile.md) | ||
7. [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). | ||
https://localhost/api/graphql/graphql_playground |