ozturkmtn / staffex

Docker-based Symfony.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small HR Project

Symfony on Docker

Getting Started

  1. If not already done, install Docker Compose (v2.10+)
  2. Run docker compose build --pull --no-cache to build fresh images
  3. 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. Run docker compose down --remove-orphans to stop the Docker containers.

About

Docker-based Symfony.

License:MIT License


Languages

Language:PHP 84.2%Language:Dockerfile 9.8%Language:Shell 6.0%