Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Docker Compose for Webserver with PHP8, Mysql, Angular and Redis

Notifications You must be signed in to change notification settings

ehrenberg/docker-nginx-php-mysql-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Nginx PHP 8 Mysql 8 Angular 13 Redis

Docker Container with

  • Nginx (Latest)
  • PHP 8.1
  • Mysql 8.0
  • Angular 13.3.7
  • Redis Alpine

Installation

Run and install development environment

$ docker-compose up

take it down with

$ docker-compose down

Usage

Credentials

All important Credentials

  1. MySQL (root)
    • Username: "ssp"
    • Password: "password"
    • Database: "ssp"
  2. Redis Passwort
    • "password"

Ports

You can connect to the systems over these ports:

  • Symfony: Port 80
  • Angular: Port 4200
  • MySQL: Port 3306
  • Redis: Port 6379

License

MIT