add base web + change a container

This commit is contained in:
M1n-0
2025-04-14 10:48:11 +02:00
parent 7a7ad1e59d
commit 17c91e5fa4
5 changed files with 52 additions and 28 deletions

View File

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