https://github.com/csidirop/typo3-docker
https://hub.docker.com/r/csidirop/typo3-v9
https://github.com/csidirop/typo3-docker
apache docker docker-image php
Last synced: about 1 month ago
JSON representation
https://hub.docker.com/r/csidirop/typo3-v9
- Host: GitHub
- URL: https://github.com/csidirop/typo3-docker
- Owner: csidirop
- Created: 2022-06-14T12:09:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T12:35:11.000Z (almost 2 years ago)
- Last Synced: 2025-08-31T20:59:12.653Z (10 months ago)
- Topics: apache, docker, docker-image, php
- Language: Dockerfile
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TYPO3 Docker
This repo provides a simple and clean [docker](https://www.docker.com/) image for different [TYPO3](https://typo3.org/) versions.
_All branches are WIP!_
## Docker instructions
### Select branch
There are different [branches](https://github.com/csidirop/typo3-docker/branches) that serve to provide different installations. Those provide following versions:
| **branch** | **TYPO3 version** | **PHP version** | **OS** | **base image** | **last commit** |
|---|---|---|---|---|---|
| [main](https://github.com/csidirop/typo3-docker/tree/main) | v14.x | 8.4 | Debian 12 Bookworm | [php:8.4-apache](https://github.com/docker-library/php/blob/5c037abaf9dc0095e29807c048d9d1b97e6a9716/8.4/bookworm/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/main/commits/main) |
| [typo3-v14.x](https://github.com/csidirop/typo3-docker/tree/typo3-v14.x) | v14.3 | 8.4 | Debian 12 Bookworm | [php:8.4-apache](https://github.com/docker-library/php/blob/5c037abaf9dc0095e29807c048d9d1b97e6a9716/8.4/bookworm/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/typo3-v14.x/commits/main) | |
| [typo3-v13.x](https://github.com/csidirop/typo3-docker/tree/typo3-v13.x) | v13.4 | 8.4 | Debian 12 Bookworm | [php:8.4-apache](https://github.com/docker-library/php/blob/5c037abaf9dc0095e29807c048d9d1b97e6a9716/8.4/bookworm/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/typo3-v13.x/commits/main) | |
| [typo3-v12.x](https://github.com/csidirop/typo3-docker/tree/typo3-v12.x) | v12.4 | 8.4 | Debian 12 Bookworm | [php:8.4-apache](https://github.com/docker-library/php/blob/5c037abaf9dc0095e29807c048d9d1b97e6a9716/8.4/bookworm/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/typo3-v12.x/commits/main) | |
| [typo3-v11.x](https://github.com/csidirop/typo3-docker/tree/typo3-v11.x) | v11.5 | 8.3 | Debian 12 Bookworm | [php:8.3-apache](https://github.com/docker-library/php/blob/5c037abaf9dc0095e29807c048d9d1b97e6a9716/8.3/bookworm/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/typo3-v11.x/commits/main) | |
| [typo3-v10.x](https://github.com/csidirop/typo3-docker/tree/typo3-v10.x) | v10.4 | 7.4 | Debian 11 Bullseye | [php:7.4-apache](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/bullseye/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/typo3-v10.x/commits/main) |
| [typo3-v9.x](https://github.com/csidirop/typo3-docker/tree/typo3-v9.x) | v9.5 | 7.4 | Debian 11 Bullseye | [php:7.4-apache](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/bullseye/apache/Dockerfile) | [](https://github.com/csidirop/typo3-docker/typo3-v9.x/commits/main) |
### Setup
#### Clone this repo
git clone https://github.com/csidirop/typo3-docker/
#### Checkout Branch
git checkout
#### Run images:
docker compose up
or
docker-compose up
#### OR to just build the images:
docker build -t --no-cache .
### Set up TYPO3 with TYPO3 install tool in your browser:
-> http://localhost/
## Projects using this image
- [kitodo-presentation-docker](https://github.com/UB-Mannheim/kitodo-presentation-docker)