Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

mecodia/docker-typo3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Docker Images

Build Status Docker Pulls

This repository contains build instructions for simple TYPO3 Docker images. They might not be production grade!

Build Arguments

  • TYPO3_VERSION: The typo3 version to build this image with, the default builds the latest version 9
  • REPO_VERSION: The git version of this repository and therefore the Dockerfile
  • PHP_VERSION: The PHP image tag to base this on

Usage

  1. See the docker-compose.yml as an example for usage of this image. You can just do a docker-compose up in here.

  2. After that, simply open http://localhost/ in your browser to start the TYPO3 install tool.

  3. To do the installation, you have to create /var/www/html/FIRST_INSTALL (e.g. by running docker-compose exec typo3 touch /var/www/html/FIRST_INSTALL)

  4. Complete the install tool. When prompted for database credentials, use the environment variables that you've passed to the database container. The hostname is the service name of the docker-compose file (so database).

Build & Publish

See the example workflow in publish.sh.

Usage:

./publish.sh 9.5.16

About

A docker image for running TYPO3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 81.3%
  • Shell 18.7%