aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/docker/production/config
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2018-11-21 15:35:26 +0100
committerChocobozzz <me@florianbigard.com>2018-11-21 16:21:42 +0100
commitfef13f148028f0922c0643eee999f141fee3a2c7 (patch)
tree1fe289a284f1eb7a26d62b9081f5344ed3aa0112 /support/docker/production/config
parent0f49023061c8c60a609ebf96871b925c90235c08 (diff)
downloadPeerTube-fef13f148028f0922c0643eee999f141fee3a2c7.tar.gz
PeerTube-fef13f148028f0922c0643eee999f141fee3a2c7.tar.zst
PeerTube-fef13f148028f0922c0643eee999f141fee3a2c7.zip
Various improvements for docker-compose
Diffstat (limited to 'support/docker/production/config')
-rw-r--r--support/docker/production/config/traefik.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/config/traefik.toml b/support/docker/production/config/traefik.toml
index 882c95548..6abced3db 100644
--- a/support/docker/production/config/traefik.toml
+++ b/support/docker/production/config/traefik.toml
@@ -1,9 +1,12 @@
1# Uncomment this line in order to enable debugging through logs 1# Uncomment this line in order to enable debugging through logs
2# debug = true 2# debug = true
3defaultEntryPoints = ["http", "https"] 3defaultEntryPoints = ["http", "https"]
4
4[entryPoints] 5[entryPoints]
5 [entryPoints.http] 6 [entryPoints.http]
6 address = ":80" 7 address = ":80"
8 [entryPoints.http.redirect]
9 entryPoint = "https"
7 [entryPoints.https] 10 [entryPoints.https]
8 address = ":443" 11 address = ":443"
9 [entryPoints.https.tls] 12 [entryPoints.https.tls]