Skip to content
/ symfony-docker Public template
forked from dunglas/symfony-docker

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

Notifications You must be signed in to change notification settings

reeslo/symfony-docker

This branch is 43 commits behind dunglas/symfony-docker:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f063b11 · Feb 6, 2024
Oct 26, 2023
Jan 11, 2024
Feb 6, 2024
Jul 17, 2017
Oct 26, 2023
Oct 26, 2023
Sep 15, 2023
Jan 11, 2024
Jan 3, 2024
Nov 12, 2023
Nov 12, 2023
Nov 12, 2023

Repository files navigation

Symfony Docker

A Docker-based installer and runtime for the Symfony web framework, with FrankenPHP and Caddy inside!

CI

Getting Started

  1. If not already done, install Docker Compose (v2.10+)
  2. Run docker compose build --no-cache to build fresh images
  3. Run docker compose up --pull always -d --wait to start the project
  4. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run docker compose down --remove-orphans to stop the Docker containers.

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
  9. Updating the template

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 53.8%
  • Shell 46.2%