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.
- Host: GitHub
- URL: https://github.com/GSCloud/docker_wordpress
- Owner: GSCloud
- License: mit
- Created: 2020-06-14T11:02:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T07:59:40.000Z (about 2 months ago)
- Last Synced: 2025-02-18T08:32:46.720Z (about 2 months ago)
- Topics: docker, docker-compose, wordpress
- Language: Makefile
- Homepage: https://wpd.gscloud.cz
- Size: 2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-selfhost-docker - Wordpress
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)