Based on official symfony docker env. Check symfony/docker if more info is needed.
- If not already done, install Docker Compose (v2.10+)
- Run
docker compose build --no-cache
to build fresh images - Run
docker compose up --pull always -d --wait
to start the project - Open
https://localhost
in your favorite web browser and accept the auto-generated TLS certificate - Run
docker compose down --remove-orphans
to stop the Docker containers.
- Upload images up to 2MB
- Basic auth on list
- Unit tests
- Form Validation
Login: Bob
Password: HireMe
Enjoy!