Skip to content

No time for Setups. Web Dev Environments. Out of the Box.

Notifications You must be signed in to change notification settings

CTH24/docker-web-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-dev-docker

Docker based environments for web development.

image

image

image

Installation

Release

unzip =(wget -qO- https://github.com/CTH24/web-dev-docker/archive/refs/tags/v1.1.3.zip) \
  && mv web-dev-docker-1.1.3 project-name

Commands

./start

Complete system reset. All Files and Databases will be deleted.

./reset

MySQL

HOST: db
DATABASE: website
USER: website
PASS: website

Systems

PHP

  1. PHP 7.4
  2. PHP 8.0
  3. PHP 8.1
  4. PHP 8.2 RC6

Symfony

  1. Symfony 4.4 LTS
  2. Symfony 5.4 LTS
  3. Symfony 6.0
  4. Symfony 6.1 (current)
  5. Symfony 6.2 (dev)

TYPO3

  1. TYPO3 v9
  2. TYPO3 v10
  3. TYPO3 v11
  4. TYPO3 v12 (no auto-install yet)

WordPress

  1. Wordpress (current)

Stack

  1. NGINX
  2. MariaDB
  3. Redis
  4. xDebug

Actions

image