feat(main): replace caddy with traefik as reverse proxy

This commit is contained in:
Stephan Lüscher 2024-04-29 10:58:10 +00:00
parent ab1141c933
commit 5d7c37544c
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
5 changed files with 101 additions and 40 deletions

5
traefik/Containerfile Normal file
View file

@ -0,0 +1,5 @@
# Source Image
FROM docker.io/traefik:v2.11
# Add configuration file
COPY ./config/*.yml /etc/traefik/