Files
timetracker/Caddyfile.dev
lukas 0a52c4da7b
Django CI/CD / test (push) Failing after 27s
Django CI/CD / build-and-push (push) Has been skipped
Make container more robust
2026-05-12 17:47:23 +02:00

16 lines
185 B
Caddyfile

{
auto_https off
}
:8000 {
handle_path /static/* {
root * static
file_server browse
}
handle /robots.txt {
root * games/static
file_server browse
}
reverse_proxy :8001
}