Files
gesthub/Caddyfile
2025-04-14 12:44:05 +02:00

14 lines
166 B
Caddyfile

# Caddyfile
flask.localhost {
reverse_proxy flask:5000
}
wekan.localhost {
reverse_proxy wekan:8080
}
chat.localhost {
reverse_proxy mattermost:8065
}