This commit is contained in:
k6Wz7SqNXTDm@tpaDX2%
2025-04-08 12:19:56 +02:00
parent f548db35ab
commit 094eeb7699
6 changed files with 141 additions and 0 deletions

13
Caddyfile Normal file
View File

@@ -0,0 +1,13 @@
# Caddyfile
wekan.localhost {
reverse_proxy wekan:8080
}
chat.localhost {
reverse_proxy rocketchat:3000
}
flask.localhost {
reverse_proxy flask:5000
}