Add template

This commit is contained in:
Andros Fenollosa
2022-06-27 14:28:40 +02:00
parent 4f50295287
commit 400d0f1b9c
27 changed files with 147 additions and 256 deletions

11
Caddyfile Normal file
View File

@ -0,0 +1,11 @@
http://ccstech.localhost
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server