8000 GitHub - pawel-damasiewicz/symfony-docker: A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.
[go: up one dir, main page]

Skip to content

pawel-damasiewicz/symfony-docker

 
 

Repository files navigation

Symfony Docker

A Docker-based installer and runtime for the Symfony web framework, with full HTTP/2, HTTP/3 and HTTPS support.

CI

Getting Started

  1. If not already done, install Docker Compose (v2.10+)

  2. In order to build fresh images, run

    docker compose build --pull --no-cache
  3. In order to start up services, 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

  5. In order to stop the Docker containers, run

    docker compose down --remove-orphans

Features

Enjoy!

Docs

  1. Build options
  2. Using Symfony Docker with an existing project
  3. Support for extra services
  4. Deploying in production
  5. Debugging with Xdebug
  6. TLS Certificates
  7. Using a Makefile
  8. Troubleshooting

License

Symfony Docker is available under the MIT License.

Credits

Created by Kévin Dunglas, co-maintained by Maxime Helias and sponsored by Les-Tilleuls.coop.

About

A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 60.4%
  • Shell 39.6%
0