mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-10 03:35:47 +03:00
feat(main): replace caddy with traefik as reverse proxy
This commit is contained in:
parent
ab1141c933
commit
5d7c37544c
5 changed files with 101 additions and 40 deletions
5
traefik/Containerfile
Normal file
5
traefik/Containerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Source Image
|
||||
FROM docker.io/traefik:v2.11
|
||||
|
||||
# Add configuration file
|
||||
COPY ./config/*.yml /etc/traefik/
|
Loading…
Add table
Add a link
Reference in a new issue