organize docker conf files

This commit is contained in:
simon
2022-01-26 20:05:52 +07:00
parent b6f9fb58ad
commit 2eea07c85e
4 changed files with 6 additions and 6 deletions

8
docker_assets/uwsgi.ini Normal file
View File

@@ -0,0 +1,8 @@
[uwsgi]
module = config.wsgi:application
master = True
pidfile = /tmp/project-master.pid
vacuum = True
max-requests = 5000
socket = :8080
buffer-size = 8192