summaryrefslogtreecommitdiff
path: root/playbooks/roles/traefik/templates/stacks/traefik.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-04-20 14:13:00 -0700
committerElizabeth Hunt <me@liz.coffee>2025-04-20 14:13:00 -0700
commit1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24 (patch)
treeb391876a99e0b206e74c4a37164e804886b88133 /playbooks/roles/traefik/templates/stacks/traefik.yml
parentd85cfa1693068666512b183ce9437faddda7de87 (diff)
downloadinfra-1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24.tar.gz
infra-1a1b7c7d9303f5ebadc8e71dad3c82f3bea2bb24.zip
Fix umask
Diffstat (limited to 'playbooks/roles/traefik/templates/stacks/traefik.yml')
-rw-r--r--playbooks/roles/traefik/templates/stacks/traefik.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml
index 27af9a3..976ad7a 100644
--- a/playbooks/roles/traefik/templates/stacks/traefik.yml
+++ b/playbooks/roles/traefik/templates/stacks/traefik.yml
@@ -26,8 +26,12 @@ entryPoints:
address: ":4190/tcp"
imap:
address: ":993/tcp"
- smtp:
+ smtps:
address: ":465/tcp"
+ smtp:
+ address: ":25/tcp"
+ smtptls:
+ address: ":587/tcp"
serversTransport:
insecureSkipVerify: true
providers: