snackpot.yml - add docker compose config

Nominally working and tested on a remote VM
This commit is contained in:
Nick Stokoe
2021-01-11 11:54:44 +00:00
parent e887ad1898
commit 32f6767cd4
13 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM jwilder/nginx-proxy:alpine-0.7.0
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf

View File

@@ -0,0 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;