First commit

This commit is contained in:
Andros Fenollosa
2022-05-15 20:58:36 +02:00
commit 96b4a45f1d
167 changed files with 31526 additions and 0 deletions

18
Caddyfile Normal file
View File

@ -0,0 +1,18 @@
http://blog.localhost {
root * /usr/src/app/
encode gzip zstd
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server /static/*
file_server /media/*
}
http://webmail.localhost {
reverse_proxy mailhog:8025
}