timetracker/Caddyfile
Lukáš Kucharczyk 8779b9fee4
All checks were successful
continuous-integration/drone/push Build is passing
Fix Caddyfile for docker-compose usage
2023-01-20 15:54:51 +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
}
}