debug + change hostname

This commit is contained in:
M1n-0
2025-05-13 21:42:04 +02:00
parent e1e8ed6514
commit 9a2cdccaee
4 changed files with 11 additions and 15 deletions

View File

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