Jose Miguel López Coronado c07f4a2abd nginx site config file
The site config file added must go to the nginx configuration directory in the gateway server
2021-05-12 11:39:27 +00:00
2020-11-12 15:59:26 +01:00
2021-05-12 11:39:27 +00:00
2020-08-05 08:43:22 +00:00

DockerWordpress

This is a repository to help you in the deployment of Wordpress instances using docker.

All the persistent data is stored in subdirectories of the host local filesystem. No docker volumes are used in this version.

The root directory contain several configuration files for the deployment of wordpress sites using docker The subdirectories represent different wordpress deployments:

  • basic:

    MySQL and WordPress containers only

  • myadmin:

    MySQL, WordPress and phpMyAdmin containers

  • basic_redis:

    added redis container to basic

  • myadmin_redis:

    added redis container to myadmin

COMMON .env VARIABLES for all the deploymenst

.env VARIABLES

The variables in all the .env files are:

CONTAINER_NAME: represents the sufix of the containers created

MYSQL_ROOT_PASSWORD: the root password for the MySQL database

MYSQL_USER: the user to own the wordpress database

MYSQL_PASSWORD: the password for the MYSQL_USER

MYSQL_WP_DATABASE: the wordpress database name

EX_PORT: the port to access the wordpress

Description
Improvementes on Docker-compose files for wordpress implementation
Readme 32 KiB