Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturate/traefik-wordpress
Using Træfik as a reverse proxy with HTTPS, for WordPress and other apps as well.
https://github.com/saturate/traefik-wordpress
docker docker-compose https traefik traefik-wordpress wordpress
Last synced: 22 days ago
JSON representation
Using Træfik as a reverse proxy with HTTPS, for WordPress and other apps as well.
- Host: GitHub
- URL: https://github.com/saturate/traefik-wordpress
- Owner: Saturate
- License: mit
- Created: 2018-04-05T20:49:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T20:59:16.000Z (over 6 years ago)
- Last Synced: 2024-06-11T17:19:20.644Z (7 months ago)
- Topics: docker, docker-compose, https, traefik, traefik-wordpress, wordpress
- Homepage:
- Size: 6.84 KB
- Stars: 23
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Traefik Wordpress
This is an example on how to use [Træfik](https://traefik.io/) with a wordpress site, or a node web app.
This is with a Lets Encrypt setup, handled by Træfik.I really need a nice name, but it's hard.
## Getting started
First you need docker, and that's pretty much it. Then just follow these steps:1. `docker network create web` Creates the web-network that we will use across docker containers.
2. `cd treafik` & `docker-compose up -d`, this starts the load balancer.
4. `cd wordpress` & `docker-compose up -d`, this starts the wordpress website.You can have all the sites you like, this should be no problem, just update the labels for docker.