feat(installer): add standalone docker-compose and traefik templates
Standalone mode: server + server-ui services with postgres image override to stock postgres:16-alpine. Includes traefik-dynamic.yml for default TLS certificate store configuration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
installer/templates/traefik-dynamic.yml
Normal file
6
installer/templates/traefik-dynamic.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
tls:
|
||||
stores:
|
||||
default:
|
||||
defaultCertificate:
|
||||
certFile: /certs/cert.pem
|
||||
keyFile: /certs/key.pem
|
||||
Reference in New Issue
Block a user