This website requires JavaScript.
Explore
Help
Register
Sign In
cameleer
/
cameleer-saas
Watch
2
Star
0
Fork
0
You've already forked cameleer-saas
Code
Issues
22
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
cameleer-saas
/
docker
/
cameleer-traefik
/
traefik-dynamic.yml
7 lines
120 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
feat: create cameleer-traefik image with cert generation and config baked in Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 16:14:47 +02:00
tls
:
stores
:
default
:
defaultCertificate
:
fix: update traefik-dynamic.yml cert paths to /certs/ The entrypoint writes certs to /certs/ but the dynamic config referenced /etc/traefik/certs/. Since both are baked into the image, align the paths so only one volume mount is needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 16:15:39 +02:00
certFile
:
/certs/cert.pem
keyFile
:
/certs/key.pem
Reference in New Issue
Copy Permalink