Docker Container with
- Nginx (Latest)
- PHP 8.1
- Mysql 8.0
- Angular 13.3.7
- Redis Alpine
Run and install development environment
$ docker-compose up
take it down with
$ docker-compose down
All important Credentials
- MySQL (root)
- Username: "ssp"
- Password: "password"
- Database: "ssp"
- Redis Passwort
- "password"
You can connect to the systems over these ports:
- Symfony: Port 80
- Angular: Port 4200
- MySQL: Port 3306
- Redis: Port 6379