Redirect to www from root domain

This commit is contained in:
2022-11-20 21:32:39 -05:00
parent 34495c80be
commit 91c65abb91
2 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
###############
secret:
WORDPRESS_DB_PASSWORD: WPpa55w0rd!
TRAEFIK_DREAMHOST_APIKEY: DHap1pa55w0rd!
##############
### Docker ###
@@ -32,8 +33,9 @@ webserver:
#TRAEFIK_WEB_ENABLED: true
TRAEFIK_DEBUG: true
TRAEFIK_ACME_PROVIDER: dreamhost
TRAEFIK_ACME_CASERVER: https://acme-v02.api.letsencrypt.org/directory
TRAEFIK_ACME_CASERVER: https://localhost/directory
TRAEFIK_ACME_EMAIL: frita@example.org
TRAEFIK_DREAMHOST_APIKEY: "{{ secret.TRAEFIK_DREAMHOST_APIKEY }}"
#################
### WordPress ###