Skip to content

Commit

Permalink
remove expired certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvv committed Dec 24, 2024
1 parent 29c1a48 commit 6d1c420
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/production/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ services:
labels:
caddy: ${FRONTEND_HOSTNAME}
caddy.reverse_proxy: "{{upstreams 2015}}"
# This certificate only works for the pullrequest domain.
# It should fall back to Let's Encrypt for the main domain.
# Except it doesn't.
#caddy.tls: /static_certs/wildcard.zero.zenmo.com/fullchain.pem /static_certs/wildcard.zero.zenmo.com/privkey.pem
deploy:
resources:
limits:
Expand All @@ -39,7 +35,6 @@ services:
labels:
caddy: ${ZTOR_HOSTNAME}
caddy.reverse_proxy: "{{upstreams 8082}}"
caddy.tls: /static_certs/wildcard.zero.zenmo.com/fullchain.pem /static_certs/wildcard.zero.zenmo.com/privkey.pem
deploy:
resources:
limits:
Expand Down

0 comments on commit 6d1c420

Please sign in to comment.