Skip to content

Commit aa5bfff

Browse files
committed
Add missing tls configuration
1 parent 452b171 commit aa5bfff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/vendors/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
# routing
1818
- traefik.http.services.vendor_manual.loadbalancer.server.port=80
1919
- traefik.http.routers.vendor_manual.entrypoints=https
20+
- traefik.http.routers.vendor_manual.tls=true
2021
- traefik.http.routers.vendor_manual.rule=Host(`${VENDOR_MANUAL_DOMAIN}`)
2122
- traefik.http.routers.vendor_manual.middlewares=ops_gzip@swarm, vendor_manual_auth
2223
networks:

0 commit comments

Comments
 (0)