build: update deployment for Docker

This commit is contained in:
James Graham
2022-03-17 13:58:07 +00:00
parent ba6701ee67
commit 055e1080dd
9 changed files with 150 additions and 28 deletions

View File

@@ -0,0 +1,15 @@
:80 :443 {
root * /srv
file_server
@proxy_paths {
not path /static/*
}
reverse_proxy @proxy_paths http://web:8000
log {
output stderr
format single_field common_log
}
}