You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
A [Docker](https://www.docker.com/)-based installer and runtime for the [Micro](https://micro-php.net) web framework, with full HTTP/2, HTTP/3 and HTTPS support.
4
4
5
5
## Getting Started
6
6
7
7
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)
8
-
2.Create `.env.local` and set `RAPID_HISTORY_SECRET_KEY=<apikeysecretvalue>`
8
+
2.To overwrite the main configuration file (.env), simply create a new file that will depend on the APP_ENV environment variable ".env.<$APP_ENV>"
9
9
3. Run `make build` to build fresh images
10
10
4. Run `make up` (the logs will not be displayed in the current shell. Use `make logs` if you want to see the container's log after it has started.)
11
11
5. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)
@@ -15,7 +15,7 @@ A [Docker](https://www.docker.com/)-based installer and runtime for the [Symfony
15
15
16
16
* Production, development and CI ready
17
17
* Automatic HTTPS (in dev and in prod!)
18
-
* HTTP/2, HTTP/3 and [Preload](https://symfony.com/doc/current/web_link.html)support
0 commit comments