Files
gesthub/Caddyfile
2025-05-13 17:09:24 +02:00

17 lines
221 B
Caddyfile

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