14 lines
160 B
Caddyfile
14 lines
160 B
Caddyfile
# Caddyfile
|
|
|
|
flask.gesthub {
|
|
reverse_proxy flask:5000
|
|
}
|
|
|
|
wekan.gesthub {
|
|
reverse_proxy wekan:8080
|
|
}
|
|
|
|
chat.gesthub {
|
|
reverse_proxy mattermost:8065
|
|
}
|