Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhsradek/platypus-wordpress-mysql
Wordpress for Elasticsearch
https://github.com/lhsradek/platypus-wordpress-mysql
docker docker-compose elasticsearch mariadb nginx php-fpm phpmyadmin redis wordpress
Last synced: 4 days ago
JSON representation
Wordpress for Elasticsearch
- Host: GitHub
- URL: https://github.com/lhsradek/platypus-wordpress-mysql
- Owner: lhsradek
- License: mit
- Created: 2022-08-12T02:54:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T11:04:13.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T06:14:39.769Z (about 2 months ago)
- Topics: docker, docker-compose, elasticsearch, mariadb, nginx, php-fpm, phpmyadmin, redis, wordpress
- Language: Shell
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### Wordpress for platypus box with MySQL (MariaDB), phpMyAdmin, Redis and connection to Elasticsearch in [platypus-lhsdock](https://github.com/lhsradek/platypus-lhsdock) (Filebeat with output to Logstash, Metricbeat and APM)
[![Docker Pulls](https://img.shields.io/docker/pulls/lhsradek/fpm)](https://hub.docker.com/repository/docker/lhsradek/fpm) in [platypus-lhsfpm](https://github.com/lhsradek/platypus-lhsfpm)
### Setup
* create .env file ```cp .env.dist .env```
* run docker ```bin/start```-----
-----
| REPOSITORY | TAG | SIZE
| ---------------- | ------------ | -------
| nginx | alpine | 23.5MB
| wordpress | fpm-alpine | 299MB
| phpmyadmin | fpm-alpine | 128MB
| rediscommander | latest | 77.8MB
| redis | alpine | 28.5MB
| mariadb | ubuntu | 383MB-----
| IMAGE | NAMES | SERVICES | HOSTNAMES | WEB HOSTNAMES
| --------------------- | -------------------- | --------- | --------- | -------------------
| nginx:alpine | wordpress-99-webwp | webwp | webwp | pma, webwp, webpma
| wordpress:fpm-alpine | wordpress-99-php | webwp-php | webwp-php | webwp-php
| phpmyadmin:fpm-alpine | wordpress-99-pma | wepma-php | pma-php | wepma-php
| rediscommander:latest | wordpress-99-webrc | webrc | webrc | rc
| mariadb:ubuntu | wordpress-99-db | db | db |
| redis:alpine | wordpress-99-redis | redis | redis |
-----| VOLUME NAME
| --------------------
| wordpress-wp-99
| wordpress-pma-99
| wordpress-db-99
| wordpress-redis-99-----
Example of connection:
| TCP Connections (Source Host:Port) | Packets | Bytes | Flag | Iface
| ------------------------------------- | --------------- | --------- | ------- | -------
|┌172.18.0.9:37000 | = 26 | 3036 | CLOSE | eth0
|└172.18.0.3:443 | = 24 | 29881 | CLOSE | eth0
|┌172.18.0.3:40928 | = 5 | 1652 | CLOSE | eth0
|└172.18.0.2:9000 | = 5 | 4388 | CLOSE | eth0-----
* https://www.facebook.com/radek.kadner/
* https://www.linkedin.com/in/radekkadner/
* mailto:[email protected]