A very basic admin created to test my skills.
- Ports 80, 443, 1080, and 15672 available
- Docker Compose (v2.10+)
- Run
docker compose build --pull --no-cache
to build fresh images - Run
docker compose up
(the logs will be displayed in the current shell) - Run
mkdir -p public/uploads/personlist && chmod o+w public/uploads/personlist
to create and setup the directory for upload, sorry... - Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
- Credentials are
admin / p@ssword
- Run
docker compose exec php php bin/console messenger:consume async
to launch async prossessing - Run
docker compose down --remove-orphans
to stop the Docker containers.
- RabbitMq UI : http://localhost:15672
- MailCatcher UI : http://localhost:1080
Enjoy!
Created by Maxime Brignon