flcontainers / typo3-docker

Production ready Typo3 container

Home Page:https://hub.docker.com/r/maxwaldorf/typo3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo3 docker image

License GPL v3 Docker Pulls Last commit

Supported Systems

x86_64 arm64 armhf

Supported tags

PHP8.1 (apache) Docker Image CI

latest — Last stable version of Typo3 with apache

x — Major version of Typo3 with apache

x.x — Minor version of Typo3 with apache

x.x.x — Fix version of Typo3 with apache

PHP8.1 (fpm) Docker Image CI

Note: Requires a frontend (e.g. NGINX)

fpm — Last stable version of Typo3 on php fpm

x-fpm — Major version of Typo3 on php fpm

x.x-fpm — Minor version of Typo3 on php fpm

x.x.x-fpm — Fix version of Typo3 on php fpm

PHP8.1 (fpm-alpine) Docker Image CI

Note: Requires a frontend (e.g. NGINX)

fpm-alpine — Last stable version of Typo3 on php fpm (alpine)

x-fpm-alpine — Major version of Typo3 on php fpm (alpine)

x.x-fpm-alpine — Minor version of Typo3 on php fpm (alpine)

x.x.x-fpm-alpine — Fix version of Typo3 on php fpm (alpine)

What is Typo3

TYPO3 is a Professional and flexible Content Management System (CMS) based on PHP.

How to use this image

This image will bring you a production ready Typo3 contaner to meet your requirements. Different flavors of this container are available:

  • PHP with apache
  • PHP fpm
  • PHP fpm (alpine)

maxwaldorf/typo3 (apache) image can be used as is:

docker run \
  -p 8080:80 \
  -v </path/to/html>:/var/www/html \
  maxwaldorf/typo3:latest

On the first run, you will start immediatly with the configuration of your Typo3 installation.

Note: if you are not using Sqlite3 database, you will need a mariadb or Postgresql database to connect to.

How these images get updated

You can check the Github repository: MaxWaldorf/typo3-docker to review the code.

Images are updated manually on GitHub by setting the versions.json file and running the update.sh script.

Report bugs and issues

The github bug tracker will be exclusively used.

License

This work is licensed under the General Public License, version 3. More details in LICENCE file.

About

Production ready Typo3 container

https://hub.docker.com/r/maxwaldorf/typo3

License:GNU General Public License v3.0


Languages

Language:Dockerfile 74.1%Language:Shell 25.9%