mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 22:20:28 +00:00
Add extra/traefik-host-based-routing/ template for creating local deployments with Traefik reverse proxy and self-signed certificates: - compose_override.yml with YOURDOMAIN placeholder - Makefile with start/stop/pull/logs/status targets - start.sh (clone/pull + start services) - stop.sh (stop services) - generate-certs.sh (creates wildcard cert for given domain) - certs/tls.yml template for Traefik file provider - .gitignore (excludes certs and cloned repo) Usage: copy folder, run generate-certs.sh, edit compose_override.yml, run start.sh to clone repo and start services
18 lines
533 B
YAML
18 lines
533 B
YAML
# TLS Configuration - Generated by generate-certs.sh
|
|
#
|
|
# Run: ./generate-certs.sh <domain>
|
|
# This file will be overwritten with proper certificate paths
|
|
#
|
|
# Example after running: ./generate-certs.sh lab.stellars-tech.eu
|
|
#
|
|
# tls:
|
|
# certificates:
|
|
# - certFile: /certs/_.lab.stellars-tech.eu/cert.pem
|
|
# keyFile: /certs/_.lab.stellars-tech.eu/key.pem
|
|
#
|
|
# stores:
|
|
# default:
|
|
# defaultCertificate:
|
|
# certFile: /certs/_.lab.stellars-tech.eu/cert.pem
|
|
# keyFile: /certs/_.lab.stellars-tech.eu/key.pem
|