First commit

This commit is contained in:
Andros Fenollosa
2021-04-01 09:48:35 +02:00
commit 17e952bdbd
12 changed files with 438 additions and 0 deletions

11
Caddyfile Normal file
View File

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