An open API service indexing awesome lists of open source software.

https://github.com/GSCloud/docker_wordpress

Run WordPress, MariaDB and phpMyAdmin in Docker.
https://github.com/GSCloud/docker_wordpress

docker docker-compose wordpress

Last synced: 18 days ago
JSON representation

Run WordPress, MariaDB and phpMyAdmin in Docker.

Awesome Lists containing this project

README

        

# WPD (WordPress in Docker) v1.14 2025-02-18

## WP is an open source web content management system

Demo: [https://wpd.gscloud.cz](https://wpd.gscloud.cz)

Run WP, MariaDB and phpMyAdmin (optional) as Docker containers using only: **Makefile**, **.env** and **docker-compose.yml**.

Alternative docker-compose examples and other demo files are enclosed.

## Extras

- can run `cmd_extras.sh` after the installation inside the container (adding extra modules?)
- can run `install_extras.sh` after the installation outside (starting daemons?)
- available **temporary static web** (optional) containers during *suspend*, *backup* and *restore* operations (for users or monitoring services)
- available **wp** binary with **shell completion**, **bash aliases** and some *PHP ini setup*

## Usage

Run `make` to see the help.

## Examples

- `make purge install` - purge everything and fresh install
- `make backup test` - make backup and test
- `make purge restore` - purge everything and restore from backup
- `make logs` - show logs
- `make test` - test containers

---

Author: Fred Brooker 💌 ⛅️ GS Cloud Ltd. [https://gscloud.cz](https://gscloud.cz)