Make container more robust
Django CI/CD / test (push) Failing after 27s
Django CI/CD / build-and-push (push) Has been skipped

This commit is contained in:
2026-05-12 17:47:23 +02:00
parent c10b7a8013
commit 0a52c4da7b
9 changed files with 119 additions and 64 deletions
+12 -11
View File
@@ -1,14 +1,15 @@
{
auto_https off
admin off
{
auto_https off
}
:8000 {
handle_path /static/* {
root * /usr/share/caddy
file_server
}
handle {
reverse_proxy backend:8001
}
}
handle_path /static/* {
root * /home/timetracker/app/static
file_server
}
handle /robots.txt {
root * /home/timetracker/app/games/static
file_server
}
reverse_proxy localhost:8001
}