My infrastructure with docker and Caddy for bensuperpc.org (WIP)
Go to file
Bensuperpc 90b26400ec
Merge N2
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2022-11-26 14:48:11 +01:00
bensuperpc_website@05ebb574e5 Merge N1 2022-11-26 14:47:56 +01:00
env Update infra 2022-11-26 10:21:10 +01:00
nginx-conf Update infra 2022-11-26 10:21:10 +01:00
nginx-conf-old Add torrent and fix issues 2022-11-24 20:17:35 +01:00
.gitignore Add files 2022-11-24 13:32:59 +01:00
.gitmodules Merge N1 2022-11-26 14:47:56 +01:00
docker-compose.yml Merge N2 2022-11-26 14:48:11 +01:00
LICENSE Initial commit 2022-11-24 13:29:36 +01:00
Makefile Merge N2 2022-11-26 14:48:11 +01:00
README.md Add files 2022-11-24 13:32:59 +01:00

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

License

License