PHP Docker Container
Go to file
2024-07-18 13:40:36 -07:00
docker-compose.yml added sample data and php.ini updated php version, did not build 2024-06-04 16:41:12 -07:00
Dockerfile updated to version 4 with podman support 2024-07-18 13:40:36 -07:00
env-sample added sample data and php.ini updated php version, did not build 2024-06-04 16:41:12 -07:00
php.ini added sample data and php.ini updated php version, did not build 2024-06-04 16:41:12 -07:00
README.md updated to version 4 with podman support 2024-07-18 13:40:36 -07:00

4 Lights Consulting

The apache php docker container that 4 Lights uses for production.

Dockerhub: https://hub.docker.com/r/4lights/phpcontainer

How to update

Clone the project: git clone git@git.4lt.ca:4lt/phpcontainer.git

Update the Dockerfile.

Build (be sure to change the version number)

podman buildx build --no-cache -t 4lights/phpcontainer:v5 -t 4lights/phpcontainer:latest --load .
podman login
podman push 4lights/phpcontainer:v4
podman push 4lights/phpcontainer:latest

References And Notes

Supported Software

  • Joomla
  • 4 Lights PHP Framework
  • Matomo

Samples included in Repo

There is a docker-compose, env-sample and php.ini included as sample data.