add things

This commit is contained in:
M1n-0
2025-05-13 17:09:24 +02:00
parent 2f8226075d
commit 11900c2842
10 changed files with 302 additions and 5 deletions

17
Caddyfile Normal file
View File

@@ -0,0 +1,17 @@
# Caddyfile
flask.localhost {
reverse_proxy flask:5000
}
wekan.localhost {
reverse_proxy wekan:8080
}
chat.localhost {
reverse_proxy mattermost:8065
}
keycloak.localhost {
reverse_proxy keycloak:8080
}