Add test environment

This commit is contained in:
Sascha Ißbrücker
2025-08-24 09:31:17 +02:00
parent 77c45c63f3
commit ff0e6f0ff6
6 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
tls:
certificates:
- certFile: '/etc/traefik/certs/public.crt'
keyFile: '/etc/traefik/certs/private.pem'
...