timetracker/Caddyfile
Lukáš Kucharczyk d40612af72
All checks were successful
continuous-integration/drone/push Build is passing
Remove Caddy
2023-01-20 17:15:53 +01:00

14 lines
188 B
Caddyfile

{
auto_https off
admin off
}
:8000 {
handle_path /static/* {
root * /usr/share/caddy
file_server
}
handle {
reverse_proxy backend:8001
}
}