Skip to content

monkeyDkz/StackDockerSymfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Docker

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

This stack includes the following features:

  • User Management: Built-in functionality for user creation, login, and registration.
  • Secure Authentication: Pre-configured authentication system using Symfony's security component.
  • Dockerized Environment: Fully containerized setup for easy development and deployment.

Tools

  1. Add services to Symfony, run ./bin/service_add.sh and select the service you want to add.

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

Authentication

This stack comes pre-configured with user authentication features:

  • Registration: Users can register via a /register endpoint.
  • Login: Users can log in via a /login endpoint.
  • User Management: Includes basic user creation and management functionality.

For more details on how to customize or extend the authentication system, refer to the Symfony Security documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors