https://github.com/pierre-emmanuelj/wordpress-traefik
WordPress with Https TLS Traefik in Docker and docker-compose
https://github.com/pierre-emmanuelj/wordpress-traefik
docker docker-compose https mariadb mysql nginx reverse-proxy tls traefik wordpress wordpress-deployment wordpress-site
Last synced: 10 months ago
JSON representation
WordPress with Https TLS Traefik in Docker and docker-compose
- Host: GitHub
- URL: https://github.com/pierre-emmanuelj/wordpress-traefik
- Owner: pierre-emmanuelJ
- Created: 2020-04-09T15:28:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T18:50:52.000Z (almost 6 years ago)
- Last Synced: 2025-06-17T11:02:45.637Z (10 months ago)
- Topics: docker, docker-compose, https, mariadb, mysql, nginx, reverse-proxy, tls, traefik, wordpress, wordpress-deployment, wordpress-site
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress-traefik
WordPress with Traefik in Docker and docker-compose
## Installation
Clone the repo
```Shell
$ git clone https://github.com/pierre-emmanuelJ/wordpress-traefik.git
```
```Shell
$ cd wordpress-traefik
```
```Shell
$ mkdir data
```
```Shell
$ touch acme.json && chmod 600 acme.json
```
In `docker-compose.yml` and `traefik.toml` replace all `example.com` by your desired domain.
In `docker-compose.yml` replace all `password_example` by your desired database password.
Run it now
```Shell
$ docker-compose up -d
```
```Shell
$ sudo chown -R www-data ./data/www
```
### FINISH
Browse https://example.com/wp-admin/install.php to setup your WordPress :rocket:

## Enjoy