2017 © Pedro Peláez
 

project symfony-docker-skeleton

Project description

image

dunglas/symfony-docker-skeleton

Project description

  • Tuesday, July 11, 2017
  • by dunglas
  • Repository
  • 9 Watchers
  • 68 Stars
  • 15 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

Symfony Docker

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

CI, (*2)

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 set up and start a fresh Symfony 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!, (*3)

Docs

  1. Options available
  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 MySQL instead of PostgreSQL
  8. Using Alpine Linux instead of Debian
  9. Using a Makefile
  10. Updating the template
  11. Troubleshooting

License

Symfony Docker is available under the MIT License., (*4)

Credits

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

The Versions

11/07 2017

dev-master

9999999-dev

Project description

  Sources   Download

proprietary

The Requires