mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 00:34:26 +01:00
My infrastructure with docker and Caddy for bensuperpc.org (WIP)
|
||
---|---|---|
bensuperpc_website@05ebb574e5 | ||
env | ||
flask | ||
nginx-conf | ||
nginx-conf-old | ||
.gitignore | ||
.gitmodules | ||
docker-compose.yml | ||
LICENSE | ||
Makefile | ||
README.md |
wordpress
My wordpress test
About
This is my test wordpress project. Many configuration files are from DigitalOcean.
Features
- Certbot
- Nginx
- Wordpress
- Docker
- RSS integration
Screenshots
Installation
Requirements
Clone and config
Clone this repository to your local machine using:
git clone --recurse-submodules --remote-submodules https://github.com/bensuperpc/wordpress.git
Go to the folder
cd wordpress
Run with docker
Start the website with:
make start
And go to: https://127.0.0.1:80/ or https://localhost:80/
Access to the pgadmin with: https://127.0.0.1:5050/ or https://localhost:5050/
Stop the website with:
make stop
Get the logs with:
make logs
Build with
- Wordpress
- Gnu Make
- Github API
- Github Actions
- Docker
- Docker Compose
- Docker Hub
- Digital Ocean
- Digital Ocean - How To Install WordPress with Docker Compose
- PGAmin