Skip to content

Using Træfik as a reverse proxy with HTTPS, for WordPress and other apps as well.

License

Notifications You must be signed in to change notification settings

Saturate/traefik-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traefik Wordpress

This is an example on how to use Træfik 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.
  3. 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.

About

Using Træfik as a reverse proxy with HTTPS, for WordPress and other apps as well.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published