Skip to content

Commit ca1498a

Browse files
authoredFeb 4, 2025
Mattermost with Let's Encrypt Using Docker Compose
1 parent d39c2ec commit ca1498a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎mattermost-traefik-letsencrypt-docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
command:
111111
# Set the log level (DEBUG, INFO, WARN, ERROR)
112112
- "--log.level=${TRAEFIK_LOG_LEVEL}"
113-
# Enable the built-in API and web-based dashboard on /dashboard
113+
# Enable the built-in API and web-based dashboard
114114
- "--api.dashboard=true"
115115
# Enable the /ping endpoint so we can health-check Traefik
116116
- "--ping=true"
@@ -160,15 +160,15 @@ services:
160160
retries: 3
161161
start_period: 5s
162162
labels:
163-
# Enable Traefik for this container.
163+
# Enable Traefik for this container
164164
- "traefik.enable=true"
165165
# A router to expose the Traefik dashboard
166166
- "traefik.http.routers.dashboard.rule=Host(`${TRAEFIK_HOSTNAME}`)"
167167
- "traefik.http.routers.dashboard.entrypoints=websecure"
168168
- "traefik.http.routers.dashboard.tls=true"
169169
- "traefik.http.routers.dashboard.tls.certresolver=letsencrypt"
170170
- "traefik.http.routers.dashboard.service=api@internal"
171-
# asic Authentication for the Traefik dashboard
171+
# Basic Authentication for the Traefik dashboard
172172
- "traefik.http.routers.dashboard.middlewares=authtraefik"
173173
- "traefik.http.middlewares.authtraefik.basicauth.users=${TRAEFIK_BASIC_AUTH}"
174174
# Specify the internal server port to the dashboard service

0 commit comments

Comments
 (0)