feat(caddy): add novelly.com routes, pin acme_ca to LE prod
Force prod ACME endpoint explicitly; renewal was silently hitting staging, which blocked *.wampler.us cert renewal. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DPXhxhLUopnuDm3dWeHd5C
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
a649904ac4
commit
5fe333210e
@@ -35,6 +35,7 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- miccheck-qa-net
|
||||
- novelly-net
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
@@ -43,3 +44,6 @@ networks:
|
||||
miccheck-qa-net:
|
||||
name: miccheck-qa-net
|
||||
external: true
|
||||
novelly-net:
|
||||
name: novelly-net
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user