Skip to content

Lightweight and fast WordPress with OpenLiteSpeed and Docker

Notifications You must be signed in to change notification settings

hesa2020/dockerpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerPress

DockerPress is a set of services that allows you to configure an exclusive Docker environment for WordPress with the most powerful tools like OpenliteSpeed, Redis, Traefik and MySQL 8.

DockerPress has some Out of the Box features:

The official DockerPress image can be accessed at https://hub.docker.com/r/luizeof/dockerpress.

Environment Variables

Use the values below to configure your WordPress installation.

Database Settings

ENV Default Required Description
WORDPRESS_DB_HOST Yes MySQL Host
WORDPRESS_DB_PORT 3306 Yes MySQL Port
WORDPRESS_DB_NAME Yes MySQL Database Name
WORDPRESS_DB_PASSWORD Yes MySQL Password
WORDPRESS_DB_USER Yes MySQL Username

General Settings

ENV Default Required Description
VIRTUAL_HOST Yes Website Domain
ADMIN_EMAIL Yes Wordpress Admin E-mail
WP_LOCALE en_US No Wordpress Locale (Available Locales)
WP_DEBUG false No Enable / Disable Wordpress Debug

Container Volume

By default, DockerPress uses a single volume that must be mapped to /var/www/html. The entire WordPress installation is stored in this path.

About

Lightweight and fast WordPress with OpenLiteSpeed and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.9%
  • Shell 34.3%
  • PHP 13.8%