We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fee362 commit 970bf2aCopy full SHA for 970bf2a
.github/workflows/deploy.yml
@@ -72,7 +72,7 @@ jobs:
72
--restart unless-stopped \
73
-l "traefik.enable=true" \
74
-l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\`) || Host(\`www.stmorg.in\`)" \
75
- -l "traefik.http.routers.$APP_NAME.entrypoints=web,websecure" \
+ -l "traefik.http.routers.$APP_NAME.entrypoints=websecure" \
76
-l "traefik.http.routers.$APP_NAME.tls=true" \
77
-l "traefik.http.routers.$APP_NAME.tls.certresolver=letsencrypt" \
78
-l "traefik.http.services.$APP_NAME.loadbalancer.server.port=80" \
0 commit comments