This repository contains build instructions for simple TYPO3 Docker images. They might not be production grade!
- 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
-
See the
docker-compose.yml
as an example for usage of this image. You can just do adocker-compose up
in here. -
After that, simply open
http://localhost/
in your browser to start the TYPO3 install tool. -
To do the installation, you have to create
/var/www/html/FIRST_INSTALL
(e.g. by runningdocker-compose exec typo3 touch /var/www/html/FIRST_INSTALL
) -
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
).
See the example workflow in publish.sh
.
Usage:
./publish.sh 9.5.16