Skip to content

Quick template for Joomla running in Docker environment

Notifications You must be signed in to change notification settings

birdkiwi/joomla-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joomla project template

Joomla website is running in Docker environment.

Stack

  • PHP 8.3.1
  • Joomla 5
  • Nginx
  • Maria DB 11.2
  • Adminer

Quick start

  • Copy joomla app in joomla folder.
  • Edit docker/nginx.conf file: replace example.org domain
  • Copy .env.example to .env, edit
  • docker compose up -d

Hot to renew Let's encrypt certificate

Docker-compose already has certbot container you can use, just execute:

docker compose run --rm certbot renew

Add certificate renew in cron

crontab -e

Add this line, it will run certbot renew every second month:

0 0 1 */2 * docker compose run --rm certbot renew

About

Quick template for Joomla running in Docker environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published